Parcourir la source

[5021] One more spelling correction.

Tomek Mrugalski il y a 8 ans
Parent
commit
d67502ad2d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/cc/cc.dox

+ 1 - 1
src/lib/cc/cc.dox

@@ -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