From e327d2a1483c26c1ab59157a31b76ed210988fa9 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 2 May 2025 16:41:42 +0200 Subject: [PATCH] Fixed minor typo --- oscar64/Scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;