Renamed Reader::getFormatedErrorMessages() to getFormattedErrorMessages. Bug #3023708 (Formatted has 2 't'). The old member function is deprecated but still present for backward compatibility.
diff --git a/src/jsontestrunner/main.cpp b/src/jsontestrunner/main.cpp
index 2da3ede..dfb6150 100644
--- a/src/jsontestrunner/main.cpp
+++ b/src/jsontestrunner/main.cpp
@@ -105,7 +105,7 @@
{
printf( "Failed to parse %s file: \n%s\n",
kind.c_str(),
- reader.getFormatedErrorMessages().c_str() );
+ reader.getFormattedErrorMessages().c_str() );
return 1;
}