From: Josh Soref Date: Sun, 23 Jul 2017 20:01:58 +0000 (-0400) Subject: spelling: recursive X-Git-Tag: trac5124a_base~35^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b928d39e6a8557d330df6d68bf0154c14e0f5768;p=thirdparty%2Fkea.git spelling: recursive --- diff --git a/src/lib/cc/data.cc b/src/lib/cc/data.cc index b52a6ab5af..4a83e688e0 100644 --- a/src/lib/cc/data.cc +++ b/src/lib/cc/data.cc @@ -1284,7 +1284,7 @@ prettyPrint(ConstElementPtr element, std::ostream& out, out << std::string(indent + step, ' '); // add keyword: out << "\"" << it->first << "\": "; - // recusive call + // recursive call prettyPrint(it->second, out, indent + step, step); }