From: eap Date: Wed, 21 Sep 2005 12:53:10 +0000 (+0000) Subject: fix bug 10044 (There is misprint in comment to generated files of DumpPython) X-Git-Tag: V3_1_0a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=02ea640f0ad90514178d330b8befc4e5a130061d;p=modules%2Fkernel.git fix bug 10044 (There is misprint in comment to generated files of DumpPython) --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx index 40003fb24..82a2cf437 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx @@ -1377,7 +1377,7 @@ bool SALOMEDSImpl_Study::DumpStudy(const TCollection_AsciiString& thePath, TCollection_AsciiString SALOMEDSImpl_Study::GetDumpStudyComment(const char* theComponentName) { TCollection_AsciiString txt - ("### This file is generated by SALOME automatically by dump python funcitonality"); + ("### This file is generated by SALOME automatically by dump python functionality"); if ( theComponentName ) txt += TCollection_AsciiString(" of ") + (char*) theComponentName + " component"; return txt;