From b928d39e6a8557d330df6d68bf0154c14e0f5768 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 16:01:58 -0400 Subject: [PATCH] spelling: recursive --- src/lib/cc/data.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2