]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
bug 10044. fix misprint in comment to generated files of DumpPython
authoreap <eap@opencascade.com>
Thu, 27 Apr 2006 15:15:59 +0000 (15:15 +0000)
committereap <eap@opencascade.com>
Thu, 27 Apr 2006 15:15:59 +0000 (15:15 +0000)
src/GEOM_I/GEOM_DumpPython.cc

index 19e6ed621f3a7730969c0693dafadd3db05aadc5..2d650b884a13e7224231bbab9801001c0d2bd110 100644 (file)
@@ -64,7 +64,7 @@ Engines::TMPFile* GEOM_Gen_i::DumpPython(CORBA::Object_ptr theStudy,
   }
 
   TCollection_AsciiString aScript =
-    "### This file is generated by SALOME automatically by dump python funcitonality\n"
+    "### This file is generated by SALOME automatically by dump python functionality\n"
       "### of GEOM component\n\n";
   aScript += _impl->DumpPython(aStudy->StudyId(), aMap, isPublished, isValidScript);