Code

git-svn: Fix a typo and add a comma in an error message in git-svn
authorDavid Reiss <dreiss@dreiss-vmware.(none)>
Tue, 13 Nov 2007 21:47:26 +0000 (13:47 -0800)
committerEric Wong <normalperson@yhbt.net>
Sat, 17 Nov 2007 21:39:47 +0000 (13:39 -0800)
Signed-off-by: David Reiss <dreiss@facebook.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl

index 0ecf7a59234de98df01957e29a2c558f0015c594..5b1deeab942aa2a63a6cbe6a92792dbbe6f17d01 100755 (executable)
@@ -391,7 +391,7 @@ sub cmd_set_tree {
 sub cmd_dcommit {
        my $head = shift;
        git_cmd_try { command_oneline(qw/diff-index --quiet HEAD/) }
-               'Cannot dcommit with a dirty index.  Commit your changes first'
+               'Cannot dcommit with a dirty index.  Commit your changes first'
                . "or stash them with `git stash'.\n";
        $head ||= 'HEAD';
        my @refs;