]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#405,!212] Fixed a typo. 405-update-cb_cmds
authorMarcin Siodelski <marcin@isc.org>
Wed, 23 Jan 2019 21:12:28 +0000 (22:12 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 24 Jan 2019 09:39:08 +0000 (04:39 -0500)
src/lib/cc/simple_parser.h

index bb8e175a74b1a303476a41f238112d6ac2fac255..60b773beab748251b9ab494ffe3495fe91fee3ff 100644 (file)
@@ -70,7 +70,7 @@ class SimpleParser {
     /// @brief Checks that all required keywords are present.
     ///
     /// This method throws an exception when a required
-    /// entry is not present un the given scope.
+    /// entry is not present in the given scope.
     ///
     /// @param required Required keywords.
     /// @param scope Specified parameters which are checked.