Fix some spelling/grammar errors in documentation

Mostly replace ungrammatical "allows to do" with correct "allows doing".

Closes https://github.com/wxWidgets/wxWidgets/pull/1183
This commit is contained in:
Scott Talbert
2019-01-25 21:14:20 -05:00
committed by Vadim Zeitlin
parent 84fc5c1714
commit c68e5d0617
67 changed files with 106 additions and 106 deletions

View File

@@ -22,7 +22,7 @@ enum wxTextFileType
/**
@class wxTextFile
The wxTextFile is a simple class which allows to work with text files on line by
The wxTextFile is a simple class which allows working with text files on line by
line basis. It also understands the differences in line termination characters
under different platforms and will not do anything bad to files with "non
native" line termination sequences - in fact, it can be also used to modify the
@@ -169,7 +169,7 @@ public:
/**
Gets the last line of the file.
Together with GetPrevLine() it allows to enumerate the lines
Together with GetPrevLine() it allows enumerating the lines
in the file from the end to the beginning like this:
@code