Fix spelling of the word "Appropriate" (#3318)

Fixes misspelling of the word "appropriate" in multiple strings.
This commit is contained in:
NoahKirchner
2017-08-26 09:03:21 -04:00
committed by Lohikar
parent 27aecda0d1
commit 50a2a6c85b
5 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ var/warrant_uid = 0
return
var/obj/item/weapon/card/id/I = user.GetIdCard()
if(!istype(I) || !I.registered_name || !(access_armory in I.access) || issilicon(user))
to_chat(user, "Authentication error: Unable to locate ID with apropriate access to allow this operation.")
to_chat(user, "Authentication error: Unable to locate ID with appropriate access to allow this operation.")
return
if(href_list["addwarrant"])