Fix comment typos in sources
No real changes. Closes https://github.com/wxWidgets/wxWidgets/pull/2541
This commit is contained in:
committed by
Vadim Zeitlin
parent
cfdd4127b5
commit
668a2186cd
@@ -49,7 +49,7 @@ public:
|
||||
wxDIB(HBITMAP hbmp)
|
||||
{ Init(); (void)Create(hbmp); }
|
||||
|
||||
// load a DIB from file (any depth is supoprted here unlike above)
|
||||
// load a DIB from file (any depth is supported here unlike above)
|
||||
//
|
||||
// as above, use IsOk() to see if the bitmap was loaded successfully
|
||||
wxDIB(const wxString& filename)
|
||||
|
Reference in New Issue
Block a user