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
+1 -1
View File
@@ -686,7 +686,7 @@ GLOBAL_DATUM_INIT(sdql2_vv_statobj, /obj/effect/statclick/SDQL2_VV_all, new(null
text_list += " <font color='gray'>at</font> [final] [ADMIN_COORDJMP(final)]"
a = final.loc
else
text_list += " <font color='gray'>at</font> nonexistant location"
text_list += " <font color='gray'>at</font> nonexistent location"
if(a)
text_list += " <font color='gray'>in</font> area [a]"
if(T.loc != a)
@@ -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