Code

Typo "does not exists" when git remote update remote.
authorMikael Magnusson <mikachu@gmail.com>
Fri, 19 Sep 2008 13:48:08 +0000 (15:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2008 15:20:15 +0000 (08:20 -0700)
contrib/examples/git-remote.perl

index 36bd54c985080f8dd5558a3e7a4e19ede9fbab93..b17952a785d9e45dea8a71c211f76f0271e659da 100755 (executable)
@@ -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) {