]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
PAL10044. Fix comment in PythonDump
authoreap <eap@opencascade.com>
Tue, 27 Jun 2006 12:13:31 +0000 (12:13 +0000)
committereap <eap@opencascade.com>
Tue, 27 Jun 2006 12:13:31 +0000 (12:13 +0000)
src/Supervision/SuperV_Impl.cxx

index 541ec6ba2f8d8eab58a35b393f5f49fcbf765112..4fd4fd19c15075de335957c7d69f4a0948451e58 100644 (file)
@@ -104,7 +104,7 @@ Engines::TMPFile * SuperV_Impl::DumpPython( CORBA::Object_ptr theStudy ,
   string aStringGraph ;
   string aStringRebuildData ;
   aStringGraph =
-    "### 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 Supervisor component\n\n";
   aStringRebuildData = "def RebuildData( theStudy ) :\n" ;
   if ( CORBA::is_nil( aStudy ) ) {