Fix spelling (inital), grammar (may translates) in documentation, comments

This commit is contained in:
Martin Panter 2016-04-19 04:03:41 +00:00
parent 0d88c65231
commit 8f26565ba9
11 changed files with 15 additions and 15 deletions

View file

@ -900,7 +900,7 @@ class OptionContainer:
_short_opt : { string : Option }
dictionary mapping short option strings, eg. "-f" or "-X",
to the Option instances that implement them. If an Option
has multiple short option strings, it will appears in this
has multiple short option strings, it will appear in this
dictionary multiple times. [1]
_long_opt : { string : Option }
dictionary mapping long option strings, eg. "--file" or