Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-09-19 17:48:08 +0400
committerJunio C Hamano <gitster@pobox.com>2008-10-16 19:20:15 +0400
commit6c2a6022dbc5879f5d6c267925408e484be6214a (patch)
treebf6257c08d8543e1d29285849dbedc83295dea89 /contrib
parentc82efafcfa741cdddbc68379c1905953f58ef21d (diff)
Typo "does not exists" when git remote update remote.
Diffstat (limited to 'contrib')
-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 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) {