Browse Source

spelling: structure

Josh Soref 7 years ago
parent
commit
831a2d232c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/cc/tests/json_feed_unittests.cc

+ 1 - 1
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());