From d66ed7aef5f4845a0a0e0db9222122dce28212b4 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Thu, 6 Aug 2020 06:54:04 +0100 Subject: [PATCH] spelling error spelling error --- hyperstation/code/modules/integrated_electronics/input.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/integrated_electronics/input.dm b/hyperstation/code/modules/integrated_electronics/input.dm index d6516cae..aa84dc8b 100644 --- a/hyperstation/code/modules/integrated_electronics/input.dm +++ b/hyperstation/code/modules/integrated_electronics/input.dm @@ -44,7 +44,7 @@ /obj/item/integrated_circuit/input/pregtest name = "pregnancy tester" - desc = "A circuit used to determine whether someone is pregnant or not and if they possess the abbility to be imprengated." + desc = "A circuit used to determine whether someone is pregnant or not and if they possess the ability to be impregnated." icon_state = "medscan" complexity = 5 inputs = list("target" = IC_PINTYPE_REF)