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:
committed by
Vadim Zeitlin
parent
84fc5c1714
commit
c68e5d0617
@@ -193,7 +193,7 @@ wxULongLong wxInvalidSize;
|
||||
invalid state and wxFileName::IsOk() returns false for it.
|
||||
|
||||
File names can be case-sensitive or not, the function wxFileName::IsCaseSensitive()
|
||||
allows to determine this. The rules for determining whether the file name is
|
||||
allows determining this. The rules for determining whether the file name is
|
||||
absolute or relative also depend on the file name format and the only portable way
|
||||
to answer this question is to use wxFileName::IsAbsolute() or wxFileName::IsRelative()
|
||||
method.
|
||||
@@ -517,7 +517,7 @@ public:
|
||||
|
||||
By default, all operations in this class work on the target of a
|
||||
symbolic link (symlink) if the path of the file is actually a symlink.
|
||||
Using this method allows to turn off this "symlink following" behaviour
|
||||
Using this method allows turning off this "symlink following" behaviour
|
||||
and apply the operations to this path itself, even if it is a symlink.
|
||||
|
||||
The following methods are currently affected by this option:
|
||||
|
Reference in New Issue
Block a user