bug 10044. fix misprint in comment to generated files of DumpPython

This commit is contained in:
eap 2006-04-27 15:15:59 +00:00
parent 39d40ae695
commit 0fb18268e9

View File

@ -64,7 +64,7 @@ Engines::TMPFile* GEOM_Gen_i::DumpPython(CORBA::Object_ptr theStudy,
} }
TCollection_AsciiString aScript = 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"; "### of GEOM component\n\n";
aScript += _impl->DumpPython(aStudy->StudyId(), aMap, isPublished, isValidScript); aScript += _impl->DumpPython(aStudy->StudyId(), aMap, isPublished, isValidScript);