diff --git a/code/game/machinery/computer/cloning.dm b/code/game/machinery/computer/cloning.dm
index 2202167709..5cbd2d8975 100644
--- a/code/game/machinery/computer/cloning.dm
+++ b/code/game/machinery/computer/cloning.dm
@@ -159,11 +159,11 @@
if(scanner && HasEfficientPod() && scanner.scan_level >= AUTOCLONING_MINIMAL_LEVEL)
if(!autoprocess)
- dat += "Autoprocess"
+ dat += "Autoclone"
else
- dat += "Stop autoprocess"
+ dat += "Stop autoclone"
else
- dat += "Autoprocess"
+ dat += "Autoclone"
dat += "
Cloning Pod Status
"
dat += "[temp]
"
diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm
index c31fc58817..2894ce2108 100644
--- a/code/modules/research/xenobiology/xenobiology.dm
+++ b/code/modules/research/xenobiology/xenobiology.dm
@@ -325,7 +325,7 @@
if(SLIME_ACTIVATE_MAJOR)
var/turf/open/T = get_turf(user)
if(istype(T))
- T.atmos_spawn_air("nitrogen=40;TEMP=2.7")
+ T.atmos_spawn_air("n2=40;TEMP=2.7")
to_chat(user, "You activate [src], and icy air bursts out of your skin!")
return 900