diff --git a/mobile_version/levels/labclass.as b/mobile_version/levels/labclass.as index 2e2a0137..479892c4 100644 --- a/mobile_version/levels/labclass.as +++ b/mobile_version/levels/labclass.as @@ -946,7 +946,7 @@ tmap.push("280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,2 obj.createentity(game, -8, 180, 11, 224); // (horizontal gravity line) rcol = 0; -roomname = "Exausted?"; +roomname = "Exhausted?"; break; @@ -1861,4 +1861,4 @@ default: public var coin:int; public var rcol:int; } -} \ No newline at end of file +} diff --git a/mobile_version/src/includes/scripts.as b/mobile_version/src/includes/scripts.as index 7e3e555b..1488233f 100644 --- a/mobile_version/src/includes/scripts.as +++ b/mobile_version/src/includes/scripts.as @@ -4710,7 +4710,7 @@ add("squeak(blue)"); add("text(blue,0,0,3)"); - add("This lab is amazing! The scentists"); + add("This lab is amazing! The scientists"); add("who worked here know a lot more"); add("about warp technology than we do!"); add("position(blue,below)"); @@ -5819,4 +5819,4 @@ } running = true; -} \ No newline at end of file +}