diff --git a/oscar64/Scanner.cpp b/oscar64/Scanner.cpp index 1391144..122c1c6 100644 --- a/oscar64/Scanner.cpp +++ b/oscar64/Scanner.cpp @@ -2003,7 +2003,7 @@ void Scanner::NextRawToken(void) default: // dirty little hack to implement token preview, got to fix - // this with an infinit preview sequence at one point + // this with an infinite preview sequence at one point mUngetToken = mToken; mToken = TK_OPERATOR; return;