From 082ee50244896081ef9ec8fdd140bb3efb4faacb Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 8 Sep 2007 04:52:00 +0000 Subject: [PATCH] trivial capitalization tweak --- nse_nsock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nse_nsock.cc b/nse_nsock.cc index 8eb01b5bf..747f530cd 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -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: