Spellchecking

This commit is contained in:
CitadelStationBot
2017-08-01 08:46:20 -05:00
parent bbcad2fa58
commit 55f1de10a6
71 changed files with 342 additions and 105 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ GLOBAL_PROTECT(admin_ranks)
if(config.admin_legacy_system)
var/previous_rights = 0
//load text from file and process each line seperately
//load text from file and process each line separately
for(var/line in world.file2list("config/admin_ranks.txt"))
if(!line)
continue
@@ -195,7 +195,7 @@ GLOBAL_PROTECT(admin_ranks)
//load text from file
var/list/lines = world.file2list("config/admins.txt")
//process each line seperately
//process each line separately
for(var/line in lines)
if(!length(line))
continue
+1 -1
View File
@@ -233,7 +233,7 @@
. -= "reverting"
//storing these can sometimes cause sticky bans to start matching everybody
// and isn't even needed for sticky ban matching, as the hub tracks these seperately
// and isn't even needed for sticky ban matching, as the hub tracks these separately
. -= "IP"
. -= "computer_id"