From: eap Date: Tue, 27 Jun 2006 12:13:31 +0000 (+0000) Subject: PAL10044. Fix comment in PythonDump X-Git-Tag: T3_2_1_pre~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2eb29151b51e667bab872cb1b7fab79a975a52f1;p=modules%2Fsuperv.git PAL10044. Fix comment in PythonDump --- diff --git a/src/Supervision/SuperV_Impl.cxx b/src/Supervision/SuperV_Impl.cxx index 541ec6b..4fd4fd1 100644 --- a/src/Supervision/SuperV_Impl.cxx +++ b/src/Supervision/SuperV_Impl.cxx @@ -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 ) ) {