From 3d0912d79be124c1376633559ae71c4becef8e8b Mon Sep 17 00:00:00 2001 From: Rob Palkowski Date: Thu, 3 May 2012 17:19:05 -0700 Subject: [PATCH] Typo correction (fasted -> fasten) --- code/game/machinery/doors/airlock.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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