diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm
index 703184320f..abb1373401 100644
--- a/code/modules/shuttle/emergency.dm
+++ b/code/modules/shuttle/emergency.dm
@@ -75,7 +75,7 @@
auth_combo = 0
else if(auth_combo >= MAX_AUTH_INPUTS)
- to_chat(user, "Authorizations controller lockdown engaged, please wait [CEILING(auth_coodown - world.time, 1)] before trying again.")
+ to_chat(user, "Authorizations controller lockdown engaged, please wait [CEILING(auth_cooldown - world.time, 1)] before trying again.")
return
var/old_len = authorized.len