]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: point
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:32:18 +0000 (15:32 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:32:18 +0000 (15:32 -0400)
doc/devel/bison.dox

index d978e0a7b742d1a58deb06cdc7407880525a0fac..7a9150dfb42092300124437ed04511c0d8db1094 100644 (file)
@@ -244,7 +244,7 @@ In principle, it is valid to define just the grammar without any corresponding C
 will go through the whole input text, match the rules and will either say the input adhered to the
 rules (parsing successful) or not (parsing failed). This may be a useful step when developing new
 parser, but it has no practical value. To perform specific actions, bison allows the injection of
-C++ code at almost any poing. For example we could augment the parsing of renew_timer with some
+C++ code at almost any point. For example we could augment the parsing of renew_timer with some
 extra code:
 
 @code