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>
This commit is contained in:
parent
81178fe48c
commit
6777c3806d
@ -291,7 +291,7 @@ do
|
|||||||
<"$dotest/$msgnum" >"$dotest/info" ||
|
<"$dotest/$msgnum" >"$dotest/info" ||
|
||||||
stop_here $this
|
stop_here $this
|
||||||
test -s $dotest/patch || {
|
test -s $dotest/patch || {
|
||||||
echo "Patch is empty. Was is split wrong?"
|
echo "Patch is empty. Was it split wrong?"
|
||||||
stop_here $this
|
stop_here $this
|
||||||
}
|
}
|
||||||
git-stripspace < "$dotest/msg" > "$dotest/msg-clean"
|
git-stripspace < "$dotest/msg" > "$dotest/msg-clean"
|
||||||
|
Loading…
Reference in New Issue
Block a user