Fix spelling and punctuation errors in comments and documentation

Fix several occurrences of misspelling "trivial" as "trival"; use "from"
rather than "than"; add missing articles and commas.

Closes https://github.com/wxWidgets/wxWidgets/pull/874
This commit is contained in:
Blake-Eryx
2018-08-14 17:15:39 +02:00
committed by Vadim Zeitlin
parent de1322a02d
commit e1a7f56040
24 changed files with 47 additions and 47 deletions

View File

@@ -245,7 +245,7 @@ public:
wxBitmapType GetType() const;
/**
Loads a image from a stream, putting the resulting data into @a image.
Loads an image from a stream, putting the resulting data into @a image.
If the image file contains more than one image and the image handler is
capable of retrieving these individually, @a index indicates which image
@@ -269,7 +269,7 @@ public:
bool verbose = true, int index = -1);
/**
Saves a image in the output stream.
Saves an image in the output stream.
@param image
The image object which is to be affected by this operation.