Browse Source

[4088] spelling

Francis Dupont 9 years ago
parent
commit
b957d9abfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/eval/eval.dox

+ 1 - 1
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