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: