From 02ea640f0ad90514178d330b8befc4e5a130061d Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 21 Sep 2005 12:53:10 +0000 Subject: [PATCH] fix bug 10044 (There is misprint in comment to generated files of DumpPython) --- src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2