git-stash.sh: fix typo in error message
authorBrandon Casey <drafnel@gmail.com>
Sat, 27 Aug 2011 00:59:25 +0000 (19:59 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 27 Aug 2011 18:12:13 +0000 (11:12 -0700)
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh

index 7ffab6f26fff84c6ebbba7d185b4c69ee95588df..0d167fcdf607c4c9eb21bd1d6678423d0a65fb27 100755 (executable)
@@ -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="$*"