Fixes two spelling errors

This commit is contained in:
Anewbe
2017-04-30 10:46:31 -05:00
parent 60b42d2aba
commit 6a7ff91e60
2 changed files with 2 additions and 2 deletions
@@ -107,7 +107,7 @@
if(!H.holstered)
var/obj/item/W = usr.get_active_hand()
if(!istype(W, /obj/item))
usr << "<span class='warning'>You need your gun equiped to holster it.</span>"
usr << "<span class='warning'>You need your gun equipped to holster it.</span>"
return
H.holster(W, usr)
else