]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMAppli.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMAppli.cpp
index d370a17d0caa4491c55fb0657517604ee480978f..79c17eafec0302892d9884928b5babfc94b3299c 100644 (file)
@@ -93,7 +93,7 @@ modelCDMApplication* modelCDMAppli::CreateApplication(
     const std::string& path
 )
 {
-  //copy template library folder with new name
+  //copy template application folder with new name
   //TODO: fix for windows
   std::string copyCommand = "cp -r " + this->path + "/template_appli " + this->path + "/" + name;
   if(system(copyCommand.c_str()))