Skip to content

Commit e39beac

Browse files
ralfthgitster
authored andcommitted
git-rebase.sh: fix typo in an error message
Fix a typo in the error messages which is shown if it seems that a rebase is already in progress. Signed-off-by: Ralf Thielow <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 97c7934 commit e39beac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ then
348348
cmd_clear_stale_rebase="rm -fr \"$state_dir\""
349349
die "
350350
$(eval_gettext 'It seems that there is already a $state_dir_base directory, and
351-
I wonder if you ware in the middle of another rebase. If that is the
351+
I wonder if you are in the middle of another rebase. If that is the
352352
case, please try
353353
$cmd_live_rebase
354354
If that is not the case, please

0 commit comments

Comments
 (0)