From: Mikael Magnusson Date: Fri, 19 Sep 2008 13:48:08 +0000 (+0200) Subject: Typo "does not exists" when git remote update remote. X-Git-Tag: v1.6.0.3~15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6c2a6022dbc5879f5d6c267925408e484be6214a;p=git.git Typo "does not exists" when git remote update remote. --- diff --git a/contrib/examples/git-remote.perl b/contrib/examples/git-remote.perl index 36bd54c98..b17952a78 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) {