diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm
index af52a4e7565..b1783b1707c 100644
--- a/code/game/machinery/newscaster.dm
+++ b/code/game/machinery/newscaster.dm
@@ -409,10 +409,10 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co
dat+="Wanted issue for [src.channel_name] successfully edited.
"
dat+="
Return
"
if(20)
- dat+="Printing successfull. Please receive your newspaper from the bottom of the machine.
"
+ dat+="Printing successful. Please receive your newspaper from the bottom of the machine.
"
dat+="Return"
if(21)
- dat+="Unable to print newspaper. Insufficient paper. Please notify maintenance personnell to refill machine storage.
"
+ dat+="Unable to print newspaper. Insufficient paper. Please notify maintenance personnel to refill machine storage.
"
dat+="Return"
else
dat+="I'm sorry to break your immersion. This shit's bugged. Report this bug to Agouri, polyxenitopalidou@gmail.com"
diff --git a/code/game/objects/structures/crates_lockers/closets/secure/personal.dm b/code/game/objects/structures/crates_lockers/closets/secure/personal.dm
index 12d2e3fed40..eaeba38e43f 100644
--- a/code/game/objects/structures/crates_lockers/closets/secure/personal.dm
+++ b/code/game/objects/structures/crates_lockers/closets/secure/personal.dm
@@ -1,5 +1,5 @@
/obj/structure/closet/secure_closet/personal
- desc = "It's a secure locker for personell. The first card swiped gains control."
+ desc = "It's a secure locker for personnel. The first card swiped gains control."
name = "personal closet"
req_access = list(access_all_personal_lockers)
var/registered_name = null