1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 15:22:41 +01:00

Fix typo in DifferentialRevisionCommandeerTransaction

Test Plan: Check at /applications/mailcommands/PhabricatorDifferentialApplication/revision/

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D17265
This commit is contained in:
Sébastien Santoro 2017-01-30 12:23:07 -08:00 committed by epriestley
parent 7a947947a3
commit e16080ce7e

View file

@ -41,7 +41,7 @@ final class DifferentialRevisionCommandeerTransaction
} }
public function getCommandSummary() { public function getCommandSummary() {
return pht('Commadeer a revision.'); return pht('Commandeer a revision.');
} }
public function generateOldValue($object) { public function generateOldValue($object) {