From 9fd395856743d36661c547d4f2fca56d348f8f0b Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 19 Apr 2012 14:13:07 -0700 Subject: [PATCH] Fix typo --- .../differential/editor/comment/DifferentialCommentEditor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/differential/editor/comment/DifferentialCommentEditor.php b/src/applications/differential/editor/comment/DifferentialCommentEditor.php index a4cbbb77e4..65a3ffc757 100644 --- a/src/applications/differential/editor/comment/DifferentialCommentEditor.php +++ b/src/applications/differential/editor/comment/DifferentialCommentEditor.php @@ -347,8 +347,8 @@ final class DifferentialCommentEditor { if ($revision_status != $status_accepted) { throw new DifferentialActionHasNoEffectException( - "You can not mark this revision as committed because it is ". - "has not been accepted."); + "You can not mark this revision as committed because it has ". + "not been accepted."); } }