Parcourir la source

spelling: structure

Josh Soref il y a 7 ans
Parent
commit
831a2d232c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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());