]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: structure
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:53:48 +0000 (16:53 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:53:48 +0000 (16:53 -0400)
src/lib/cc/tests/json_feed_unittests.cc

index 8795b1160eb2c5dbbd0cfb32fc2d5ab5bd19ba73..16ca00dcfdaf4cb4bcef4945fd1ef14d50fdae4b 100644 (file)
@@ -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());