Typo "does not exists" when git remote update remote.

This commit is contained in:
Mikael Magnusson 2008-09-19 15:48:08 +02:00 committed by Junio C Hamano
parent c82efafcfa
commit 6c2a6022db

View file

@ -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) {