From c3e337dfb7c9c8a66d375bfc56a88b77a1b0e922 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Tue, 16 Sep 2014 14:27:50 +0200 Subject: [PATCH] Symmetry to other comment. Spelling. --- core/metautils/src/TMetaUtils.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/metautils/src/TMetaUtils.cxx b/core/metautils/src/TMetaUtils.cxx index e5d615a..333eca9 100644 --- a/core/metautils/src/TMetaUtils.cxx +++ b/core/metautils/src/TMetaUtils.cxx @@ -1587,7 +1587,7 @@ void ROOT::TMetaUtils::WriteClassInit(std::ostream& finalString, //-------------------------------------------------------------------------- if( rulesIt1 != ROOT::gReadRules.end() ) { int i = 0; - finalString << "\n" << " // Schema evolution read functions" << "\n"; + finalString << "\n // Schema evolution read functions\n"; std::list::iterator rIt = rulesIt1->second.begin(); while( rIt != rulesIt1->second.end() ) { @@ -1600,7 +1600,7 @@ void ROOT::TMetaUtils::WriteClassInit(std::ostream& finalString, } //--------------------------------------------------------------------- - // Write the conversion function if necassary + // Write the conversion function if necessary //--------------------------------------------------------------------- if( rIt->find( "code" ) != rIt->end() ) { WriteReadRuleFunc( *rIt, i++, mappedname, nameTypeMap, finalString ); -- 1.8.2