]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5021] One more spelling correction.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 28 Dec 2016 16:27:59 +0000 (17:27 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 28 Dec 2016 16:27:59 +0000 (17:27 +0100)
src/lib/cc/cc.dox

index 6b9fe7f843b6f1f3e106330124d527b06f97b98c..e2242581895a48603f54330ccbf14bc8698afa0f 100644 (file)
@@ -36,7 +36,7 @@ Since each derived class will have the same parameter, but a different return
 type, it's not possible to use virtual methods mechanism. That's perfectly
 ok, though, as there is only a single instance of the class needed to parse
 arbitrary number of parameters of the same type. There is no need to
-keep pointers to the parser object. As such there's fewer incentives to have
+keep pointers to the parser object. As such there are fewer incentives to have
 one generic way to handle all parsers.
 
 @subsection ccSimpleParserDefaults Default values in Simple Parser