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:

committed by
Junio C Hamano

parent
b3b8ceb48b
commit
f7e604ed39
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user