Use a less-esoteric spelling of "capabilities" in several places

Summary: This spelling can definitely feel a little overplayed at times, but I still think it's a gold standard in spellings of "capabilities".

Test Plan: Felt old and uncool.

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D18215
This commit is contained in:
epriestley 2017-07-12 14:47:19 -07:00
parent 565c49ad0e
commit b8cd5b0eb8
2 changed files with 3 additions and 3 deletions

View file

@ -105,14 +105,14 @@ final class DiffusionMercurialWireProtocol extends Phobject {
* disallow the client from knowing we speak bundle2 by removing it * disallow the client from knowing we speak bundle2 by removing it
* from the capabilities listing. * 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" * of strings representing what commands the server supports"
* @link https://www.mercurial-scm.org/wiki/CommandServer#Protocol * @link https://www.mercurial-scm.org/wiki/CommandServer#Protocol
* *
* @param string $capabilities - The string of capabilities to * @param string $capabilities - The string of capabilities to
* strip the bundle2 capability from. This is expected to be * strip the bundle2 capability from. This is expected to be
* the space-separated list of strings resulting from the * 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 * @return string The resulting space-separated list of capabilities
* which no longer contains the 'bundle2' capability. This is meant * which no longer contains the 'bundle2' capability. This is meant

View file

@ -253,7 +253,7 @@ final class PhabricatorPolicyExplainController
->appendParagraph( ->appendParagraph(
pht( pht(
'To access this object, users must have first have access '. 'To access this object, users must have first have access '.
'capabilties on these other objects:')) 'capabilities on these other objects:'))
->appendList($items); ->appendList($items);
} }