Browse Source

detail (comment: 'correspoding' -> 'corresponding')

Roberto Ierusalimschy 16 years ago
parent
commit
2658c94925
1 changed files with 2 additions and 2 deletions
  1. 2 2
      luaconf.h

+ 2 - 2
luaconf.h

@@ -1,5 +1,5 @@
 /*
 /*
-** $Id: luaconf.h,v 1.106 2009/07/01 16:16:40 roberto Exp roberto $
+** $Id: luaconf.h,v 1.107 2009/07/15 17:26:14 roberto Exp roberto $
 ** Configuration file for Lua
 ** Configuration file for Lua
 ** See Copyright Notice in lua.h
 ** See Copyright Notice in lua.h
 */
 */
@@ -749,7 +749,7 @@ union luai_Cast { double l_d; long l_l; };
 /*
 /*
 @@ LUA_INTFRMLEN is the length modifier for integer conversions
 @@ LUA_INTFRMLEN is the length modifier for integer conversions
 @* in 'string.format'.
 @* in 'string.format'.
-@@ LUA_INTFRM_T is the integer type correspoding to the previous length
+@@ LUA_INTFRM_T is the integer type corresponding to the previous length
 @* modifier.
 @* modifier.
 ** CHANGE them if your system supports long long or does not support long.
 ** CHANGE them if your system supports long long or does not support long.
 */
 */