mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Fixing common spelling mistakes part 2 (#20360)
* Fixing common spelling mistakes part 2 * "supressed"
This commit is contained in:
@@ -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]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user