Browse Source

[5021] One more spelling correction.

Tomek Mrugalski 8 years ago
parent
commit
d67502ad2d
1 changed files with 1 additions and 1 deletions
  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
 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
 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
 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.
 one generic way to handle all parsers.
 
 
 @subsection ccSimpleParserDefaults Default values in Simple Parser
 @subsection ccSimpleParserDefaults Default values in Simple Parser