'geterr' -> 'giterr'

This commit is contained in:
Justin Spahr-Summers 2012-11-05 11:01:00 -08:00
parent 6edefa1491
commit c1cd036e40

View File

@ -133,7 +133,7 @@ int git_remote_load(git_remote **out, git_repository *repo, const char *name)
goto cleanup;
if (!val) {
geterr_set(GITERR_INVALID, "Malformed remote '%s' - missing URL", name);
giterr_set(GITERR_INVALID, "Malformed remote '%s' - missing URL", name);
error = -1;
goto cleanup;
}