]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: recursive
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:01:58 +0000 (16:01 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:01:58 +0000 (16:01 -0400)
src/lib/cc/data.cc

index b52a6ab5af23337051c2c4823210f19b25a47f73..4a83e688e027e2b6ef6e9e91f4bf1cd1e93010df 100644 (file)
@@ -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);
         }