fix typo in documentation of git-svn
[gitweb.git] / git-svn.perl
index d070de012c3a04ca621782f047425318ff246ca6..4e8275f3d1b6528f501cfa14fa9c6fd40ba63667 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;
        }