- Fix various typos in comments and documentation.

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Louis-Claude Canon
2012-06-12 16:44:14 -04:00
committed by Paul Beckingham
parent bfba1c725d
commit b093d23f1f
4 changed files with 4 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ std::string legacyCheckForDeprecatedVariables ()
it->first.substr (it->first.length () - 6) == ".limit")
deprecated.push_back (it->first);
// report.*.annotaitons
// report.*.annotations
if (it->first.length () > 19 &&
it->first.substr (0, 7) == "report." &&
it->first.substr (it->first.length () - 12) == ".annotations")