summaryrefslogtreecommitdiffstats
path: root/git-am.sh
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-04-24 02:32:04 +0200
committerJunio C Hamano <junkio@cox.net>2007-04-24 07:14:24 +0200
commit6777c3806da18d4a3a05e5bcdde0aa9efb9b3b9f (patch)
tree0a8b232592bf74840785f2d7c50a0457aa5c08d1 /git-am.sh
parentReverse the order of -b and --track in the man page. (diff)
downloadgit-6777c3806da18d4a3a05e5bcdde0aa9efb9b3b9f.tar.xz
git-6777c3806da18d4a3a05e5bcdde0aa9efb9b3b9f.zip
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>
Diffstat (limited to 'git-am.sh')
-rwxr-xr-xgit-am.sh2
1 files changed, 1 insertions, 1 deletions
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"