Browse Source

Fix typo in git-am: s/Was is/Was it/

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Josh Triplett 18 years ago committed by Junio C Hamano
parent
commit
6777c3806d
  1. 2
      git-am.sh

2
git-am.sh

@ -291,7 +291,7 @@ do @@ -291,7 +291,7 @@ do
<"$dotest/$msgnum" >"$dotest/info" ||
stop_here $this
test -s $dotest/patch || {
echo "Patch is empty. Was is split wrong?"
echo "Patch is empty. Was it split wrong?"
stop_here $this
}
git-stripspace < "$dotest/msg" > "$dotest/msg-clean"

Loading…
Cancel
Save