diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-26 05:19:47 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-26 05:19:47 +0000 |
commit | 7d483484f504bba1907141b098dda140fa23200a (patch) | |
tree | 4d6d4b713d83fc4075ef756727c510dc15a39e1b /doc | |
parent | 911e8d7e7f63e6e90814e82955bfaf26328afb19 (diff) | |
download | luasocket-7d483484f504bba1907141b098dda140fa23200a.tar.gz luasocket-7d483484f504bba1907141b098dda140fa23200a.tar.bz2 luasocket-7d483484f504bba1907141b098dda140fa23200a.zip |
Typos.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index ada3b61..6707706 100644 --- a/doc/index.html +++ b/doc/index.html | |||
@@ -181,7 +181,7 @@ non-blocking); | |||
181 | to be sent (good for non-blocking); | 181 | to be sent (good for non-blocking); |
182 | <li> Fixed bug that caused select return tables not to be associative | 182 | <li> Fixed bug that caused select return tables not to be associative |
183 | on windows; | 183 | on windows; |
184 | <li> Should compiles with g++; | 184 | <li> Should compile with g++; |
185 | <li> New sample unix domain support; | 185 | <li> New sample unix domain support; |
186 | <li> New sample LPD support; | 186 | <li> New sample LPD support; |
187 | <li> Comprehensive error messages; | 187 | <li> Comprehensive error messages; |
@@ -203,7 +203,7 @@ higher resolution and no wrap around problems</b>; | |||
203 | <ul> | 203 | <ul> |
204 | 204 | ||
205 | <li> New <tt>send</tt> inteface doesn't send multiple arguments anymore; | 205 | <li> New <tt>send</tt> inteface doesn't send multiple arguments anymore; |
206 | <li> <tt>Time</tt> is replaced by <tt>gettime</tt> with advantages. | 206 | <li> <tt>Time</tt> is replaced by <tt>gettime</tt> with advantage. |
207 | 207 | ||
208 | </ul> | 208 | </ul> |
209 | 209 | ||