Page MenuHomePhabricator

D19369.diff
No OneTemporary

D19369.diff

diff --git a/src/applications/differential/management/PhabricatorDifferentialMigrateHunkWorkflow.php b/src/applications/differential/management/PhabricatorDifferentialMigrateHunkWorkflow.php
--- a/src/applications/differential/management/PhabricatorDifferentialMigrateHunkWorkflow.php
+++ b/src/applications/differential/management/PhabricatorDifferentialMigrateHunkWorkflow.php
@@ -48,13 +48,13 @@
$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;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 2, 11:43 PM (6 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7729727
Default Alt Text
D19369.diff (854 B)

Event Timeline