]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMMain.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMMain.cpp
index 5c49116154af82e1e1f882b45c8ba83f4425d205..bb37b3d93acb0a7b94a02c0a6b84779f09d5ac43 100644 (file)
@@ -89,7 +89,7 @@ bool modelCDMMain::CreateProject(
 
   if (system (command.c_str()))
     {
-      result = new std::string("An error occured while running '" + command + "'.");
+      result = new std::string("An error occurred while running '" + command + "'.");
       return false;
     }