diff options
author | Francis Dupont <fdupont@isc.org> | 2015-11-05 23:12:01 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-11-05 23:12:01 +0100 |
commit | b957d9abfcef62418b35190bb8db4e0bfd05d7a9 (patch) | |
tree | 2258343b0b65db3aea8ce56d233452ac57fb0228 | |
parent | [4088] Miscellaneous edits to the developer documentation (diff) | |
download | kea-b957d9abfcef62418b35190bb8db4e0bfd05d7a9.tar.xz kea-b957d9abfcef62418b35190bb8db4e0bfd05d7a9.zip |
[4088] spelling
-rw-r--r-- | src/lib/eval/eval.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eval/eval.dox b/src/lib/eval/eval.dox index b8b2f5755f..4ffba5fc5c 100644 --- a/src/lib/eval/eval.dox +++ b/src/lib/eval/eval.dox @@ -23,7 +23,7 @@ The external interface to the library is the @ref isc::eval::EvalContext class. Once instantiated, it offers two major methods: - @ref isc::eval::EvalContext::parseFile whch parses the content of a file + @ref isc::eval::EvalContext::parseFile which parses the content of a file and @ref isc::eval::EvalContext::parseString, which parses the specified string. Once the expression is parsed, it is converted to a collection of tokens that are stored in Reverse Polish Notation in |