mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Try a more conventional spelling of "Convereted"
Summary: This is a good spelling, but maybe a better spelling is possible. Test Plan: hmmm Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D19369
This commit is contained in:
parent
0bf0718fad
commit
6d1e007076
1 changed files with 2 additions and 2 deletions
|
@ -48,13 +48,13 @@ final class PhabricatorDifferentialMigrateHunkWorkflow
|
|||
$hunk->saveAsText();
|
||||
$this->logOkay(
|
||||
pht('TEXT'),
|
||||
pht('Convereted hunk to text storage.'));
|
||||
pht('Converted hunk to text storage.'));
|
||||
break;
|
||||
case DifferentialHunk::DATATYPE_FILE:
|
||||
$hunk->saveAsFile();
|
||||
$this->logOkay(
|
||||
pht('FILE'),
|
||||
pht('Convereted hunk to file storage.'));
|
||||
pht('Converted hunk to file storage.'));
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue