Renamed Reader::getFormatedErrorMessages() to getFormattedErrorMessages. Bug #3023708 (Formatted has 2 't'). The old member function is deprecated but still present for backward compatibility.

This commit is contained in:
Baptiste Lepilleur
2011-05-01 16:27:55 +00:00
parent 99043b32b5
commit b2e8cccbc6
7 changed files with 37 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ parseAndSaveValueTree( const std::string &input,
{
printf( "Failed to parse %s file: \n%s\n",
kind.c_str(),
reader.getFormatedErrorMessages().c_str() );
reader.getFormattedErrorMessages().c_str() );
return 1;
}