Page MenuHomePhabricator

D18215.diff
No OneTemporary

D18215.diff

diff --git a/src/applications/diffusion/protocol/DiffusionMercurialWireProtocol.php b/src/applications/diffusion/protocol/DiffusionMercurialWireProtocol.php
--- a/src/applications/diffusion/protocol/DiffusionMercurialWireProtocol.php
+++ b/src/applications/diffusion/protocol/DiffusionMercurialWireProtocol.php
@@ -105,14 +105,14 @@
* disallow the client from knowing we speak bundle2 by removing it
* from the capabilities listing.
*
- * The format of the capabilties string is: "a space separated list
+ * The format of the capabilities string is: "a space separated list
* of strings representing what commands the server supports"
* @link https://www.mercurial-scm.org/wiki/CommandServer#Protocol
*
* @param string $capabilities - The string of capabilities to
* strip the bundle2 capability from. This is expected to be
* the space-separated list of strings resulting from the
- * querying the 'capabilties' command.
+ * querying the 'capabilities' command.
*
* @return string The resulting space-separated list of capabilities
* which no longer contains the 'bundle2' capability. This is meant
diff --git a/src/applications/policy/controller/PhabricatorPolicyExplainController.php b/src/applications/policy/controller/PhabricatorPolicyExplainController.php
--- a/src/applications/policy/controller/PhabricatorPolicyExplainController.php
+++ b/src/applications/policy/controller/PhabricatorPolicyExplainController.php
@@ -253,7 +253,7 @@
->appendParagraph(
pht(
'To access this object, users must have first have access '.
- 'capabilties on these other objects:'))
+ 'capabilities on these other objects:'))
->appendList($items);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 21, 12:51 PM (20 h, 25 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6625654
Default Alt Text
D18215.diff (1 KB)

Event Timeline