diff --git a/code/game/objects/items/weapons/implants/implanter.dm b/code/game/objects/items/weapons/implants/implanter.dm
index 22121474e0..71f31cb1e7 100644
--- a/code/game/objects/items/weapons/implants/implanter.dm
+++ b/code/game/objects/items/weapons/implants/implanter.dm
@@ -27,7 +27,7 @@
return
if(user && imp)
if(M != user)
- M.visible_message("[user] is attemping to implant [M].")
+ M.visible_message("[user] is attempting to implant [M].")
var/turf/T = get_turf(M)
if(T && (M == user || do_mob(user, M, 50)))
diff --git a/code/modules/clothing/spacesuits/flightsuit.dm b/code/modules/clothing/spacesuits/flightsuit.dm
index 6ed63a3eaf..722a2bfd14 100644
--- a/code/modules/clothing/spacesuits/flightsuit.dm
+++ b/code/modules/clothing/spacesuits/flightsuit.dm
@@ -335,7 +335,7 @@
if(brake || stabilizer)
brake = FALSE
stabilizer = FALSE
- usermessage("Warning: Sensor data is not being recieved from flight shoes. Stabilizers and airbrake modules OFFLINE!", 2)
+ usermessage("Warning: Sensor data is not being received from flight shoes. Stabilizers and airbrake modules OFFLINE!", 2)
/obj/item/device/flightpack/proc/update_slowdown()
if(!flight)
@@ -853,7 +853,7 @@
/obj/item/clothing/shoes/flightshoes
name = "flight shoes"
- desc = "A pair of specialized boots that contain stabilizers and sensors nessacary for flight gear to work" //Apparently you need these to detect mob movement.
+ desc = "A pair of specialized boots that contain stabilizers and sensors necessary for flight gear to work." //Apparently you need these to detect mob movement.
icon_state = "flightshoes"
item_state = "flightshoes_mob"
var/obj/item/clothing/suit/space/hardsuit/flightsuit/suit = null