diff --git a/code/game/machinery/computer/brigcells.dm b/code/game/machinery/computer/brigcells.dm
index 211ef485ea2..c9474a410b2 100644
--- a/code/game/machinery/computer/brigcells.dm
+++ b/code/game/machinery/computer/brigcells.dm
@@ -1,13 +1,13 @@
/obj/machinery/computer/brigcells
- name = "cell management computer"
- desc = "Used to manage prison cells."
- icon_keyboard = "security_key"
- icon_screen = "cell_monitor"
- idle_power_consumption = 250
- active_power_consumption = 500
- circuit = /obj/item/circuitboard/brigcells
- light_color = LIGHT_COLOR_DARKRED
- req_access = list(ACCESS_BRIG)
+ name = "cell management computer"
+ desc = "Used to manage prison cells."
+ icon_keyboard = "security_key"
+ icon_screen = "cell_monitor"
+ idle_power_consumption = 250
+ active_power_consumption = 500
+ circuit = /obj/item/circuitboard/brigcells
+ light_color = LIGHT_COLOR_DARKRED
+ req_access = list(ACCESS_BRIG)
/obj/machinery/computer/brigcells/attack_ai(mob/user)
attack_hand(user)
diff --git a/code/game/objects/items/weapons/batons.dm b/code/game/objects/items/weapons/batons.dm
index 3d5f225ebd4..991d7745d57 100644
--- a/code/game/objects/items/weapons/batons.dm
+++ b/code/game/objects/items/weapons/batons.dm
@@ -41,7 +41,7 @@
add_fingerprint(user)
if(HAS_TRAIT(user, TRAIT_CLUMSY) && prob(50))
user.visible_message("[user] accidentally clubs [user.p_themselves()] with [src]!", \
- "You accidentally club yourself with [src]!")
+ "You accidentally club yourself with [src]!")
user.KnockDown(knockdown_duration)
if(ishuman(user))
var/mob/living/carbon/human/H = user