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

This commit is contained in:
Mikael Magnusson 2008-09-19 15:48:08 +02:00 коммит произвёл Junio C Hamano
Родитель c82efafcfa
Коммит 6c2a6022db
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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