src/ssl.c: Fix minor typo and whitespace

Fri, 05 Nov 2010 20:47:20 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 05 Nov 2010 20:47:20 +0000
changeset 13
ebe0d286481c
parent 12
ac943b31f40c
child 14
1927b7b32faf

src/ssl.c: Fix minor typo and whitespace

src/ssl.c file | annotate | diff | comparison | revisions
--- 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