فهرست منبع

Fix typo in comment

mingodad 6 سال پیش
والد
کامیت
44fa254266
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      SquiLu/squirrel/sqcompiler.cpp

+ 1 - 1
SquiLu/squirrel/sqcompiler.cpp

@@ -1560,7 +1560,7 @@ start_again:
                 }
                 }
                 break;
                 break;
             case _SC('['):
             case _SC('['):
-                if(_lex.data->prevtoken == _SC('\n')) Error(_SC("cannot brake deref/or comma needed after [exp]=exp slot declaration"));
+                if(_lex.data->prevtoken == _SC('\n')) Error(_SC("cannot breake deref/or comma needed after [exp]=exp slot declaration"));
                 Lex();
                 Lex();
                 Expression();
                 Expression();
                 Expect(_SC(']'));
                 Expect(_SC(']'));