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.lorimer.id.au/gitweb.git/diff_plain/6c2a6022dbc5879f5d6c267925408e484be6214a?ds=inline;hp=-c Typo "does not exists" when git remote update remote. --- 6c2a6022dbc5879f5d6c267925408e484be6214a diff --git a/contrib/examples/git-remote.perl b/contrib/examples/git-remote.perl index 36bd54c985..b17952a785 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) {