diff --git a/code/modules/paperwork/ticketmachine.dm b/code/modules/paperwork/ticketmachine.dm
index 22dd1d81d22..13fb55d55c5 100644
--- a/code/modules/paperwork/ticketmachine.dm
+++ b/code/modules/paperwork/ticketmachine.dm
@@ -106,7 +106,7 @@
/obj/machinery/ticket_machine/proc/handle_maptext()
if(!dispense_enabled)
maptext_x = 6
- maptext = "OFF"
+ maptext = "OFF"
return
switch(ticket_number) //This is here to handle maptext offsets so that the numbers align.
if(0 to 9)