From f7e604ed390cec7b20471f9c03bbc507ebfe41c0 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Wed, 19 Jun 2013 07:37:24 +0200 Subject: random typofixes (committed missing a 't', successful missing an 's') Signed-off-by: Veres Lajos Signed-off-by: Junio C Hamano --- git-svn.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-svn.perl') diff --git a/git-svn.perl b/git-svn.perl index 6c7bd9503..7fbc53e3f 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -1220,7 +1220,7 @@ sub cmd_rebase { return; } if (command(qw/diff-index HEAD --/)) { - print STDERR "Cannot rebase with uncommited changes:\n"; + print STDERR "Cannot rebase with uncommitted changes:\n"; command_noisy('status'); exit 1; } -- cgit v1.2.1