git-stash.sh: fix typo in error message

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Brandon Casey 2011-08-26 19:59:25 -05:00 committed by Junio C Hamano
parent 4fd7312409
commit d88acc9178

View file

@ -199,7 +199,7 @@ save_stash () {
if test -n "$patch_mode" && test -n "$untracked"
then
die "Can't use --patch and ---include-untracked or --all at the same time"
die "Can't use --patch and --include-untracked or --all at the same time"
fi
stash_msg="$*"