Fix various typos and spelling mistakes

This commit is contained in:
Sintendo
2026-01-17 20:11:38 +01:00
parent 9ec1d70f51
commit 1e0473e44f
101 changed files with 245 additions and 243 deletions
@@ -96,7 +96,7 @@ private:
}
std::string FetchWordChars();
Token GetDelimitedToken(TokenType type, char delimeter);
Token GetDelimitedToken(TokenType type, char delimiter);
Token GetDelimitedLiteral();
Token GetVariable();
Token GetFullyQualifiedControl();