Merge pull request #20992 from swindly/spelling

Fixes various spelling/grammar/punctuation errors
This commit is contained in:
oranges
2016-10-18 09:15:32 +13:00
committed by GitHub
15 changed files with 48 additions and 48 deletions
@@ -73,7 +73,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