mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52: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();
|
$hunk->saveAsText();
|
||||||
$this->logOkay(
|
$this->logOkay(
|
||||||
pht('TEXT'),
|
pht('TEXT'),
|
||||||
pht('Convereted hunk to text storage.'));
|
pht('Converted hunk to text storage.'));
|
||||||
break;
|
break;
|
||||||
case DifferentialHunk::DATATYPE_FILE:
|
case DifferentialHunk::DATATYPE_FILE:
|
||||||
$hunk->saveAsFile();
|
$hunk->saveAsFile();
|
||||||
$this->logOkay(
|
$this->logOkay(
|
||||||
pht('FILE'),
|
pht('FILE'),
|
||||||
pht('Convereted hunk to file storage.'));
|
pht('Converted hunk to file storage.'));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue