]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
PAL10044. Fix comment in PythonDump
authoreap <eap@opencascade.com>
Tue, 27 Jun 2006 12:12:27 +0000 (12:12 +0000)
committereap <eap@opencascade.com>
Tue, 27 Jun 2006 12:12:27 +0000 (12:12 +0000)
src/VISU_I/VISU_DumpPython.cc

index dec25f6a5443f24d2a723bde514fc3d77ce9e726..2a97ac829b095dd75e698b07a1d56739f681f951 100644 (file)
@@ -1299,7 +1299,7 @@ namespace VISU
 #endif
 
     std::string aPrefix(PREFIX);
-    aStr<<"### This file is generated by SALOME automatically by dump python funcitonality"
+    aStr<<"### This file is generated by SALOME automatically by dump python functionality"
       " of VISU component"<<endl<<endl;
     aStr<<"def RebuildData(theStudy):"<<endl;
     aStr<<aPrefix<<"from batchmode_salome import orb, naming_service, lcc, myStudyManager"<<endl;