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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user