From ae2d2859e7882d553276896d499064a2407c3853 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 13 Dec 2004 06:26:01 +0000 Subject: Spell checked the manual. --- doc/socket.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/socket.html') diff --git a/doc/socket.html b/doc/socket.html index 956993b..f638fd9 100644 --- a/doc/socket.html +++ b/doc/socket.html @@ -26,7 +26,7 @@

home · download · -instalation · +installation · introduction · reference

@@ -129,7 +129,7 @@ foo = socket.protect(function() -- create a try function that closes 'c' on error local try = socket.newtry(function() c:close() end) -- do everything reassured c will be closed - try(c:send("helo there?\r\n")) + try(c:send("hello there?\r\n")) local answer = try(c:receive()) ... try(c:send("good bye\r\n")) @@ -383,7 +383,7 @@ This constant has a string describing the current LuaSocket version.

home · download · -instalation · +installation · introduction · reference

-- cgit v1.2.3-55-g6feb