Merge branch 'vl/typofix'

* vl/typofix:
  random typofixes (committed missing a 't', successful missing an 's')
This commit is contained in:
Junio C Hamano
2013-06-26 15:07:52 -07:00
3 changed files with 3 additions and 3 deletions

View File

@ -1246,7 +1246,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;
}