# HG changeset patch # User Matthew Wild # Date 1288990040 0 # Node ID ebe0d286481c1aa56e9679f93f4d72ff201f954f # Parent ac943b31f40cb09027e47f3c0a5741f72866d7d5 src/ssl.c: Fix minor typo and whitespace diff -r ac943b31f40c -r ebe0d286481c src/ssl.c --- a/src/ssl.c Fri Nov 05 16:43:22 2010 +0000 +++ b/src/ssl.c Fri Nov 05 20:47:20 2010 +0000 @@ -625,8 +625,8 @@ /* Initialize internal library */ socket_open(); - - /* Registre the functions and tables */ + + /* Register the functions and tables */ luaL_newmetatable(L, "SSL:Connection"); lua_newtable(L); luaL_register(L, NULL, meta);