mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 17:12:51 +00:00
openssl_stream: fix typo
This commit is contained in:
parent
59665db3b3
commit
dc98cb28db
@ -148,7 +148,7 @@ int git_openssl_set_locking(void)
|
|||||||
git__on_shutdown(shutdown_ssl_locking);
|
git__on_shutdown(shutdown_ssl_locking);
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
giterr_set(GITERR_THREAD, "libgit2 as not built with threads");
|
giterr_set(GITERR_THREAD, "libgit2 was not built with threads");
|
||||||
return -1;
|
return -1;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user