Skip to content

Commit bc8a968

Browse files
committed
Remove the the duplicate words
Test Plan: Stared at the code and hoped for the best Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D17468
1 parent 5a71254 commit bc8a968

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: src/applications/calendar/editor/PhabricatorCalendarEventEditEngine.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ protected function buildCustomEditFields($object) {
202202

203203
// NOTE: We're being a little sneaky here. This field is hidden and
204204
// always has the value "true", so it makes the event recurring when you
205-
// submit a form which contains the field. Then we put the the field on
205+
// submit a form which contains the field. Then we put the field on
206206
// the "recurring" page in the "Make Recurring" dialog to simplify the
207207
// workflow. This is still normal, explicit field from the perspective
208208
// of the API.

Diff for: src/applications/diffusion/protocol/DiffusionRepositoryClusterEngine.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public function synchronizeWorkingCopyAfterWrite() {
447447
// For example, the master database may have been restarted between the
448448
// time we acquired the global lock and now, when the push has finished.
449449

450-
// We wrote a durable lock while we were holding the the global lock,
450+
// We wrote a durable lock while we were holding the global lock,
451451
// essentially upgrading our lock. We can still safely release this upgraded
452452
// lock even if we're no longer holding the global lock.
453453

Diff for: src/applications/phame/site/PhameSite.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protected function isPhameActive() {
1212
$phame_installed = PhabricatorApplication::isClassInstalled(
1313
'PhabricatorPhameApplication');
1414
if (!$phame_installed) {
15-
// Don't activate Phame if the the application is uninstalled.
15+
// Don't activate Phame if the application is uninstalled.
1616
return false;
1717
}
1818

0 commit comments

Comments
 (0)