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.lorimer.id.au/gitweb.git/diff_plain/6777c380 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 e69ecbfdb1..c9f66e2784 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"