Skip to content

Commit dc98cb2

Browse files
committed
openssl_stream: fix typo
1 parent 59665db commit dc98cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openssl_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ int git_openssl_set_locking(void)
148148
git__on_shutdown(shutdown_ssl_locking);
149149
return 0;
150150
#else
151-
giterr_set(GITERR_THREAD, "libgit2 as not built with threads");
151+
giterr_set(GITERR_THREAD, "libgit2 was not built with threads");
152152
return -1;
153153
#endif
154154
}

0 commit comments

Comments
 (0)