diff options
Diffstat (limited to 'git-svn.perl')
| -rwxr-xr-x | git-svn.perl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/git-svn.perl b/git-svn.perl index 36083c1072..ff1ce3d351 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -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;  	} | 
