Skip to content

Commit

Permalink
git-stash.sh: fix typo in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Brandon Casey authored and Junio C Hamano committed Aug 27, 2011
1 parent 4fd7312 commit d88acc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-stash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="$*"
Expand Down

0 comments on commit d88acc9

Please sign in to comment.