Typo fixes (#2457)

* fix typos in comments and strings
* fix typos in symbols (and some comments/strings)
* fix typos in releasenotes.md

---------

Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
niedlich
2025-09-04 01:07:07 +02:00
committed by GitHub
parent 10241df23c
commit cf14787552
47 changed files with 197 additions and 195 deletions

View File

@@ -5,5 +5,5 @@ struct GlobalNode
struct Ast
{
GlobalNode global; // #error: Recursive defintion of 'GlobalNode'
}
GlobalNode global; // #error: Recursive definition of 'GlobalNode'
}