From 220230e08c8d2416ffe560ade66c4da06724e4de Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 5 Mar 2016 18:23:42 -0800 Subject: [PATCH] Fix typo in Phriction contne Summary: Fix typo in infoview. Fixes T10524 Test Plan: Read. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T10524 Differential Revision: https://secure.phabricator.com/D15410 --- .../phriction/controller/PhrictionDocumentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/phriction/controller/PhrictionDocumentController.php b/src/applications/phriction/controller/PhrictionDocumentController.php index 360c0fbf3f..85bfa1a660 100644 --- a/src/applications/phriction/controller/PhrictionDocumentController.php +++ b/src/applications/phriction/controller/PhrictionDocumentController.php @@ -151,7 +151,7 @@ final class PhrictionDocumentController array(), pht( 'This document has been moved. You can edit it to put new '. - 'contne here, or use history to revert to an earlier '. + 'content here, or use history to revert to an earlier '. 'version.'))); }