mirror of
https://github.com/nmap/nmap.git
synced 2026-06-10 18:15:47 +00:00
trivial capitalization tweak
This commit is contained in:
parent
343fdbe42f
commit
082ee50244
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue