random typofixes (committed missing a 't', successful missing an 's')

Signed-off-by: Veres Lajos <vlajos@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Veres Lajos
2013-06-19 07:37:24 +02:00
committed by Junio C Hamano
parent b3b8ceb48b
commit f7e604ed39
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}