src/ssl.c

changeset 13
ebe0d286481c
parent 12
ac943b31f40c
child 14
1927b7b32faf
--- 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);

mercurial