diff --git a/code/modules/surgery/generic.dm b/code/modules/surgery/generic.dm
index 54a9c4c88be..39c21bf1ee1 100644
--- a/code/modules/surgery/generic.dm
+++ b/code/modules/surgery/generic.dm
@@ -1,7 +1,7 @@
-//Procedures in this file: Gneric surgery steps
-//////////////////////////////////////////////////////////////////
+//Procedures in this file: Generic surgery steps
+//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// COMMON STEPS //
-//////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/datum/surgery_step/generic/
can_infect = 1
@@ -237,7 +237,7 @@
/datum/surgery_step/generic/amputate/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool,datum/surgery/surgery)
var/obj/item/organ/external/affected = target.get_organ(target_zone)
user.visible_message(" [user]'s hand slips, sawing through the bone in [target]'s [affected.name] with \the [tool]!", \
- " Your hand slips, sawwing through the bone in [target]'s [affected.name] with \the [tool]!")
+ " Your hand slips, sawing through the bone in [target]'s [affected.name] with \the [tool]!")
affected.receive_damage(30)
affected.fracture()
return 0