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
@@ -74,7 +74,7 @@ public:
|
||||
way (e.g. automatically uploaded to a remote server) but if the user is
|
||||
asked to manually upload or send the report, it may be more convenient
|
||||
to generate it in e.g. the users home directory and this function
|
||||
allows to do this.
|
||||
allows doing this.
|
||||
|
||||
Notice that it should be called before wxDebugReport::Process() or it
|
||||
has no effect.
|
||||
@@ -90,8 +90,8 @@ public:
|
||||
/**
|
||||
Set the base name of the generated debug report file.
|
||||
|
||||
This function is similar to SetCompressedFileDirectory() but allows to
|
||||
change the base name of the file. Notice that the file extension will
|
||||
This function is similar to SetCompressedFileDirectory() but allows
|
||||
changing the base name of the file. Notice that the file extension will
|
||||
always be @c .zip.
|
||||
|
||||
By default, a unique name constructed from wxApp::GetAppName(), the
|
||||
|
Reference in New Issue
Block a user