Browse Source

Typo in string

mingodad 6 years ago
parent
commit
12434e3451
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SquiLu/squirrel/sqapi.cpp

+ 1 - 1
SquiLu/squirrel/sqapi.cpp

@@ -1332,7 +1332,7 @@ SQRESULT sq_setdelegate(HSQUIRRELVM v,SQInteger idx)
 	case OT_TABLE:
 		if(sq_type(mt) == OT_TABLE) {
 			if(!_table(self)->SetDelegate(_table(mt))) {
-                return sq_throwerror(v, _SC("delagate cycle"));
+                return sq_throwerror(v, _SC("delegate cycle"));
             }
 			v->Pop();
         }