2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#405,!212] Fixed a typo.

This commit is contained in:
Marcin Siodelski
2019-01-23 22:12:28 +01:00
committed by Francis Dupont
parent 2f4cc620de
commit 145a95effc

View 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.