summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2007-02-07 00:31:10 +0000
committerpixel <pixel>2007-02-07 00:31:10 +0000
commit5f80a14a20a65752906321b3fdce6eaa5fc6048d (patch)
treee06fceb3f15fd88b9c3c2c0b25c55939dc6da9a6 /include
parent0d1531c70bab2c3109196e1cf9cf8f7c9f9b4304 (diff)
Typos
Diffstat (limited to 'include')
-rw-r--r--include/BLua.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/BLua.h b/include/BLua.h
index 9fa4248..aeebbf0 100644
--- a/include/BLua.h
+++ b/include/BLua.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: BLua.h,v 1.28 2006-02-09 17:08:24 pixel Exp $ */
+/* $Id: BLua.h,v 1.29 2007-02-07 00:31:10 pixel Exp $ */
#ifndef __BLUA_H__
#define __BLUA_H__
@@ -220,7 +220,7 @@ struct lua_functypes_t {
int i = 0; \
while (classname##_methods[i].number != -1) { \
if (i != classname##_methods[i].number) { \
- throw GeneralException("Datas of " #classname "_methods inconsistants!"); \
+ throw GeneralException("Data of " #classname "_methods inconsistants!"); \
} \
i++; \
} \
@@ -230,7 +230,7 @@ struct lua_functypes_t {
int i = 0; \
while (classname##_functions[i].number != -1) { \
if (i != classname##_functions[i].number) { \
- throw GeneralException("Datas of " #classname "_functions inconsistants!"); \
+ throw GeneralException("Data of " #classname "_functions inconsistants!"); \
} \
i++; \
} \