1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

trivial capitalization tweak

This commit is contained in:
fyodor
2007-09-08 04:52:00 +00:00
parent 343fdbe42f
commit 082ee50244

View File

@@ -300,7 +300,7 @@ static int l_nsock_connect(lua_State* l) {
udata->ssl_session);
break;
#else
luaL_argerror(l, 4, "Sorry, you don't have openssl.");
luaL_argerror(l, 4, "Sorry, you don't have OpenSSL.");
return 0;
#endif
default: