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

@@ -1,4 +1,4 @@
// Attempts to install the hardware into apropriate slot.
// Attempts to install the hardware into appropriate slot.
/obj/item/modular_computer/proc/try_install_component(var/mob/living/user, var/obj/item/weapon/computer_hardware/H, var/found = 0)
// "USB" flash drive.
if(istype(H, /obj/item/weapon/computer_hardware/hard_drive/portable))