mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Spell Fixes
This commit is contained in:
committed by
CHOMPStation2
parent
1cffb3f0e7
commit
db38ed93c0
@@ -65,7 +65,7 @@ var/global/nttransfer_uid = 0
|
||||
|
||||
// Crashes the download and displays specific error message
|
||||
/datum/computer_file/program/nttransfer/proc/crash_download(var/message)
|
||||
error = message ? message : "An unknown error has occured during download"
|
||||
error = message ? message : "An unknown error has occurred during download"
|
||||
finalize_download()
|
||||
|
||||
// Cleans up variables for next use
|
||||
|
||||
Reference in New Issue
Block a user