Skip to content

Commit

Permalink
Fix typo in git-am: s/Was is/Was it/
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Josh Triplett authored and Junio C Hamano committed Apr 24, 2007
1 parent 81178fe commit 6777c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-am.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6777c38

Please sign in to comment.