From 831a2d232c6bcdc3859f13e29ab5d51b74b29290 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 16:53:48 -0400 Subject: [PATCH] spelling: structure --- src/lib/cc/tests/json_feed_unittests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.47.2