1
0
Fork 0
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:
epriestley 2018-04-13 12:39:49 -07:00
parent 0bf0718fad
commit 6d1e007076

View file

@ -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;
}