From 5f80a14a20a65752906321b3fdce6eaa5fc6048d Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 7 Feb 2007 00:31:10 +0000 Subject: Typos --- include/BLua.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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++; \ } \ -- cgit v1.2.3