Page MenuHomePhabricator

D17468.diff
No OneTemporary

D17468.diff

Index: src/applications/calendar/editor/PhabricatorCalendarEventEditEngine.php
===================================================================
--- src/applications/calendar/editor/PhabricatorCalendarEventEditEngine.php
+++ src/applications/calendar/editor/PhabricatorCalendarEventEditEngine.php
@@ -202,7 +202,7 @@
// NOTE: We're being a little sneaky here. This field is hidden and
// always has the value "true", so it makes the event recurring when you
- // submit a form which contains the field. Then we put the the field on
+ // submit a form which contains the field. Then we put the field on
// the "recurring" page in the "Make Recurring" dialog to simplify the
// workflow. This is still normal, explicit field from the perspective
// of the API.
Index: src/applications/diffusion/protocol/DiffusionRepositoryClusterEngine.php
===================================================================
--- src/applications/diffusion/protocol/DiffusionRepositoryClusterEngine.php
+++ src/applications/diffusion/protocol/DiffusionRepositoryClusterEngine.php
@@ -447,7 +447,7 @@
// For example, the master database may have been restarted between the
// time we acquired the global lock and now, when the push has finished.
- // We wrote a durable lock while we were holding the the global lock,
+ // We wrote a durable lock while we were holding the global lock,
// essentially upgrading our lock. We can still safely release this upgraded
// lock even if we're no longer holding the global lock.
Index: src/applications/phame/site/PhameSite.php
===================================================================
--- src/applications/phame/site/PhameSite.php
+++ src/applications/phame/site/PhameSite.php
@@ -12,7 +12,7 @@
$phame_installed = PhabricatorApplication::isClassInstalled(
'PhabricatorPhameApplication');
if (!$phame_installed) {
- // Don't activate Phame if the the application is uninstalled.
+ // Don't activate Phame if the application is uninstalled.
return false;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 21, 12:33 AM (1 d, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7714682
Default Alt Text
D17468.diff (2 KB)

Event Timeline