diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index cf99493deb5..484976b0eb4 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -1573,7 +1573,7 @@ About the new airlock wires panel: src.removal_step = 1 return else if (istype(C, /obj/item/weapon/wrench)) - user << "You start to unfasted the armor from the circuits..." + user << "You start to unfasten the armor from the circuits..." if(do_after(user,40)) user << "Circuits exposed." src.removal_step = 3