openssl_stream: fix typo

This commit is contained in:
Patrick Steinhardt 2016-10-31 13:50:23 +01:00
parent 59665db3b3
commit dc98cb28db

View File

@ -148,7 +148,7 @@ int git_openssl_set_locking(void)
git__on_shutdown(shutdown_ssl_locking);
return 0;
#else
giterr_set(GITERR_THREAD, "libgit2 as not built with threads");
giterr_set(GITERR_THREAD, "libgit2 was not built with threads");
return -1;
#endif
}