]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
fix bug 10044 (There is misprint in comment to generated files of DumpPython)
authoreap <eap@opencascade.com>
Wed, 21 Sep 2005 12:53:10 +0000 (12:53 +0000)
committereap <eap@opencascade.com>
Wed, 21 Sep 2005 12:53:10 +0000 (12:53 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx

index 40003fb24cbc26c7c60a21d4b844f047e3f3831b..82a2cf437ec0c2126386573427908ef554132847 100644 (file)
@@ -1377,7 +1377,7 @@ bool SALOMEDSImpl_Study::DumpStudy(const TCollection_AsciiString& thePath,
 TCollection_AsciiString SALOMEDSImpl_Study::GetDumpStudyComment(const char* theComponentName)
 {
   TCollection_AsciiString txt
-    ("### This file is generated by SALOME automatically by dump python funcitonality");
+    ("### This file is generated by SALOME automatically by dump python functionality");
   if ( theComponentName )
     txt += TCollection_AsciiString(" of ") + (char*) theComponentName + " component";
   return txt;