diff --git a/code/modules/mob/living/carbon/human/species/species_shapeshift_vr.dm b/code/modules/mob/living/carbon/human/species/species_shapeshift_vr.dm
index fbd1921c55..40fad362d8 100644
--- a/code/modules/mob/living/carbon/human/species/species_shapeshift_vr.dm
+++ b/code/modules/mob/living/carbon/human/species/species_shapeshift_vr.dm
@@ -173,6 +173,6 @@
for(var/obj/item/organ/external/L as anything in src.organs)
L.transparent = !L.transparent
- visible_message("\The [src]'s interal composition seems to change.")
+ visible_message("\The [src]'s internal composition seems to change.")
update_icons_body()
update_hair()
\ No newline at end of file
diff --git a/code/modules/mob/living/carbon/human/species/xenomorphs/alien_powers.dm b/code/modules/mob/living/carbon/human/species/xenomorphs/alien_powers.dm
index 5007cb8b41..acd1b8f540 100644
--- a/code/modules/mob/living/carbon/human/species/xenomorphs/alien_powers.dm
+++ b/code/modules/mob/living/carbon/human/species/xenomorphs/alien_powers.dm
@@ -101,7 +101,7 @@
// Drone verbs.
/mob/living/carbon/human/proc/evolve()
set name = "Evolve (500)"
- set desc = "Produce an interal egg sac capable of spawning children. Only one queen can exist at a time."
+ set desc = "Produce an internal egg sac capable of spawning children. Only one queen can exist at a time."
set category = "Abilities"
if(alien_queen_exists())