Git development
 help / color / mirror / Atom feed
* [Useless PATCH to contrib/examples/git-remote.perl] Typo "does not exists" when git remote update remote.
@ 2008-09-19 13:48 Mikael Magnusson
  0 siblings, 0 replies; only message in thread
From: Mikael Magnusson @ 2008-09-19 13:48 UTC (permalink / raw)
  To: git

---
I fixed this a few weeks before the git-remote C rewrite then never got 
around to sending it...

  contrib/examples/git-remote.perl |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/examples/git-remote.perl b/contrib/examples/git-remote.perl
index 36bd54c..b17952a 100755
--- a/contrib/examples/git-remote.perl
+++ b/contrib/examples/git-remote.perl
@@ -309,7 +309,7 @@ sub update_remote {
  			}
  		}
  	} else {
-		print STDERR "Remote group $name does not exists.\n";
+		print STDERR "Remote group $name does not exist.\n";
  		exit(1);
  	}
  	for (@remotes) {

--
Mikael Magnusson

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-19 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19 13:48 [Useless PATCH to contrib/examples/git-remote.perl] Typo "does not exists" when git remote update remote Mikael Magnusson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox