diff options
author | Shawn Routhier <sar@isc.org> | 2016-02-11 06:29:57 +0100 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2016-02-11 06:29:57 +0100 |
commit | 5439a449f4937e36ea76b5451a070b36602d37bc (patch) | |
tree | d5e9c4c9e44ea0460ea27f5824360886ff29434f /src/lib/eval/eval_context.h | |
parent | [4264] Parser regenerated. (diff) | |
download | kea-5439a449f4937e36ea76b5451a070b36602d37bc.tar.xz kea-5439a449f4937e36ea76b5451a070b36602d37bc.zip |
[trac4264] Fix some typos in the comments and docs
Diffstat (limited to 'src/lib/eval/eval_context.h')
-rw-r--r-- | src/lib/eval/eval_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/eval/eval_context.h b/src/lib/eval/eval_context.h index 3007efc3d9..c5c0c20914 100644 --- a/src/lib/eval/eval_context.h +++ b/src/lib/eval/eval_context.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -92,7 +92,7 @@ public: uint16_t convertOptionCode(const std::string& option_code, const isc::eval::location& loc); - /// @brief Option name convertion + /// @brief Option name conversion /// /// @param option_name the option name /// @param loc the location of the token |