From: Josh Soref Date: Sun, 23 Jul 2017 20:53:48 +0000 (-0400) Subject: spelling: structure X-Git-Tag: trac5124a_base~35^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831a2d232c6bcdc3859f13e29ab5d51b74b29290;p=thirdparty%2Fkea.git spelling: structure --- diff --git a/src/lib/cc/tests/json_feed_unittests.cc b/src/lib/cc/tests/json_feed_unittests.cc index 8795b1160e..16ca00dcfd 100644 --- a/src/lib/cc/tests/json_feed_unittests.cc +++ b/src/lib/cc/tests/json_feed_unittests.cc @@ -96,7 +96,7 @@ public: /// @brief Test that the @ref JSONFeed signals an error when the input /// string holds invalid data. /// - /// @param input_json A string holding an input JSON structire. + /// @param input_json A string holding an input JSON structure. void testInvalidRead(const std::string& input_json) { JSONFeed feed; ASSERT_NO_THROW(feed.initModel());