From: Marcin Siodelski Date: Wed, 23 Jan 2019 21:12:28 +0000 (+0100) Subject: [#405,!212] Fixed a typo. X-Git-Tag: 406-update-cb_cmds-with-get-commands_base~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=145a95effca24f2e90cc36a1e96b7ea624285e0d;p=thirdparty%2Fkea.git [#405,!212] Fixed a typo. --- diff --git a/src/lib/cc/simple_parser.h b/src/lib/cc/simple_parser.h index bb8e175a74..60b773beab 100644 --- a/src/lib/cc/simple_parser.h +++ b/src/lib/cc/simple_parser.h @@ -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.