Fixing common spelling mistakes part 2 (#20360)

* Fixing common spelling mistakes part 2

* "supressed"
This commit is contained in:
Henri215
2023-02-08 17:20:35 -03:00
committed by GitHub
parent 718b220c8f
commit 42d1758b2e
26 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -140,7 +140,7 @@
break
catch(var/exception/e)
to_chat(usr, "<span class='danger'>An exception has occured during the execution of your query and your query has been aborted.</span>")
to_chat(usr, "<span class='danger'>An exception has occurred during the execution of your query and your query has been aborted.</span>")
to_chat(usr, " [e.name]")
to_chat(usr, " at: [e.file]:[e.line]")