Spelling Fixes (#8973)

* SpellingFixes

* OtherTypos

* OtherTypos
This commit is contained in:
klorpa
2023-04-08 21:39:28 -08:00
committed by GitHub
parent ff4bb85a40
commit f445ffde0a
335 changed files with 943 additions and 943 deletions
@@ -383,7 +383,7 @@
var/path = text2path(token(i))
if (path == null)
return parse_error("Nonexistant type path: [token(i)]")
return parse_error("Nonexistent type path: [token(i)]")
node += path
@@ -397,7 +397,7 @@
node += token(i)
else
parse_error("Unknown comparitor [token(i)]")
parse_error("Unknown comparator [token(i)]")
return i + 1
@@ -409,7 +409,7 @@
node += token(i)
else
parse_error("Unknown comparitor [token(i)]")
parse_error("Unknown comparator [token(i)]")
return i + 1