diff -ru cmake-2.6.2-orig/Source/cmake.cxx cmake-2.6.2/Source/cmake.cxx
--- cmake-2.6.2-orig/Source/cmake.cxx	2008-09-24 15:34:34.000000000 -0300
+++ cmake-2.6.2/Source/cmake.cxx	2009-07-03 13:57:53.000000000 -0300
@@ -382,7 +382,7 @@
         {
         std::cerr << "Parse error in command line argument: " << arg << "\n"
                   << "Should be: VAR:type=value\n";
-        cmSystemTools::Error("No cmake scrpt provided.");
+        cmSystemTools::Error("No cmake script provided.");
         return false;
         }
       }
