Skip to content

Commit

Permalink
Typo "does not exists" when git remote update remote.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Magnusson authored and Junio C Hamano committed Oct 16, 2008
1 parent c82efaf commit 6c2a602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/examples/git-remote.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6c2a602

Please sign in to comment.