From 145a95effca24f2e90cc36a1e96b7ea624285e0d Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 23 Jan 2019 22:12:28 +0100 Subject: [PATCH] [#405,!212] Fixed a typo. --- src/lib/cc/simple_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2