aboutsummaryrefslogtreecommitdiff
path: root/contrib/examples
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-09-19 15:48:08 +0200
committerJunio C Hamano <gitster@pobox.com>2008-10-16 08:20:15 -0700
commit6c2a6022dbc5879f5d6c267925408e484be6214a (patch)
treebf6257c08d8543e1d29285849dbedc83295dea89 /contrib/examples
parentc82efafcfa741cdddbc68379c1905953f58ef21d (diff)
downloadgit-6c2a6022dbc5879f5d6c267925408e484be6214a.tar.gz
git-6c2a6022dbc5879f5d6c267925408e484be6214a.tar.xz
Typo "does not exists" when git remote update remote.
Diffstat (limited to 'contrib/examples')
-rwxr-xr-xcontrib/examples/git-remote.perl2
1 files changed, 1 insertions, 1 deletions
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) {