From: eap Date: Thu, 27 Apr 2006 15:15:59 +0000 (+0000) Subject: bug 10044. fix misprint in comment to generated files of DumpPython X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0fb18268e91f2e129cd42172ad6d27c6ca9bafe3;p=modules%2Fgeom.git bug 10044. fix misprint in comment to generated files of DumpPython --- diff --git a/src/GEOM_I/GEOM_DumpPython.cc b/src/GEOM_I/GEOM_DumpPython.cc index 19e6ed621..2d650b884 100644 --- a/src/GEOM_I/GEOM_DumpPython.cc +++ b/src/GEOM_I/GEOM_DumpPython.cc @@ -64,7 +64,7 @@ Engines::TMPFile* GEOM_Gen_i::DumpPython(CORBA::Object_ptr theStudy, } TCollection_AsciiString aScript = - "### 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 GEOM component\n\n"; aScript += _impl->DumpPython(aStudy->StudyId(), aMap, isPublished, isValidScript);