OSDN Git Service

apply.c::find_name_traditional(): do not initialize len to the line's length
[git-core/git.git] / git-svn.perl
index d070de0..4e8275f 100755 (executable)
@@ -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;
        }