Parcourir la source

Fix typo in comment

mingodad il y a 6 ans
Parent
commit
44fa254266
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      SquiLu/squirrel/sqcompiler.cpp

+ 1 - 1
SquiLu/squirrel/sqcompiler.cpp

@@ -1560,7 +1560,7 @@ start_again:
                 }
                 break;
             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();
                 Expression();
                 Expect(_SC(']'));