From 2eb29151b51e667bab872cb1b7fab79a975a52f1 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 27 Jun 2006 12:13:31 +0000 Subject: [PATCH] PAL10044. Fix comment in PythonDump --- src/Supervision/SuperV_Impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.39.2