git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Fix typo in git-am: s/Was is/Was it/
@ 2007-04-24  0:32 Josh Triplett
  2007-04-24  8:24 ` Johannes Sixt
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Triplett @ 2007-04-24  0:32 UTC (permalink / raw
  To: git; +Cc: Junio C Hamano

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

Signed-off-by: Josh Triplett <josh@freedesktop.org>
---
 git-am.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-am.sh b/git-am.sh
index e69ecbf..c9f66e2 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"
-- 
1.5.1.1



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in git-am: s/Was is/Was it/
  2007-04-24  0:32 [PATCH] Fix typo in git-am: s/Was is/Was it/ Josh Triplett
@ 2007-04-24  8:24 ` Johannes Sixt
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Sixt @ 2007-04-24  8:24 UTC (permalink / raw
  To: git

Josh Triplett wrote:
> -                       echo "Patch is empty.  Was is split wrong?"
> +                       echo "Patch is empty.  Was it split wrong?"

The same typo is in two more places, all introduced in 87ab79923.

-- Hannes

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-24  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-24  0:32 [PATCH] Fix typo in git-am: s/Was is/Was it/ Josh Triplett
2007-04-24  8:24 ` Johannes Sixt

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).