1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 05:12:41 +01:00

Spell "dependendency" less incorrecter

Summary: Diction-

Test Plan: -ary!

Reviewers: btrahan, chad

Reviewed By: btrahan, chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D10080
This commit is contained in:
epriestley 2014-07-30 12:59:28 -07:00
parent 3fb64aebf0
commit a03e3683e6

View file

@ -44,7 +44,7 @@ final class DifferentialDependsOnField
public function getProTips() {
return array(
pht(
'Create a dependendency between revisions by writing '.
'Create a dependency between revisions by writing '.
'"Depends on D123" in your summary.'),
);
}