diff --git a/desktop_version/src/Scripts.cpp b/desktop_version/src/Scripts.cpp index bbf149d3..c03e9254 100644 --- a/desktop_version/src/Scripts.cpp +++ b/desktop_version/src/Scripts.cpp @@ -5319,7 +5319,7 @@ void scriptclass::load(std::string t) 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)");