X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fexamples%2Fgit-remote.perl;h=b17952a785d9e45dea8a71c211f76f0271e659da;hb=c2ff10c98e22ae64d553273e6d67bb123a1c916f;hp=36bd54c985080f8dd5558a3e7a4e19ede9fbab93;hpb=2b603260f325b895baa20867bd45c8e251f19b78;p=git.git 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) {