From: Josh Triplett Date: Tue, 24 Apr 2007 00:32:04 +0000 (-0700) Subject: Fix typo in git-am: s/Was is/Was it/ X-Git-Tag: v1.5.1.3~44 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6777c3806da18d4a3a05e5bcdde0aa9efb9b3b9f;p=git.git Fix typo in git-am: s/Was is/Was it/ Signed-off-by: Josh Triplett Signed-off-by: Junio C Hamano --- diff --git a/git-am.sh b/git-am.sh index e69ecbfdb..c9f66e278 100755 --- a/git-am.sh +++ b/git-am.sh @@ -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"