Commit c1cd036e by Justin Spahr-Summers

'geterr' -> 'giterr'

parent 6edefa14
...@@ -133,7 +133,7 @@ int git_remote_load(git_remote **out, git_repository *repo, const char *name) ...@@ -133,7 +133,7 @@ int git_remote_load(git_remote **out, git_repository *repo, const char *name)
goto cleanup; goto cleanup;
if (!val) { if (!val) {
geterr_set(GITERR_INVALID, "Malformed remote '%s' - missing URL", name); giterr_set(GITERR_INVALID, "Malformed remote '%s' - missing URL", name);
error = -1; error = -1;
goto cleanup; goto cleanup;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment