mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
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:
@@ -5,5 +5,5 @@ struct GlobalNode
|
||||
|
||||
struct Ast
|
||||
{
|
||||
GlobalNode global; // #error: Recursive defintion of 'GlobalNode'
|
||||
}
|
||||
GlobalNode global; // #error: Recursive definition of 'GlobalNode'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user