Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15463460
D19369.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
854 B
Referenced Files
None
Subscribers
None
D19369.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19369: Try a more conventional spelling of "Convereted"
Attached
Detach File
Event Timeline
Log In to Comment