Typo correction patch [ 1208110 ] Lots of typo corrections
Olly Betts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -223,7 +223,7 @@ public:
|
||||
protected:
|
||||
// do read up to size bytes of data into the provided buffer
|
||||
//
|
||||
// this method should return 0 if EOF has been reached or an error occured
|
||||
// this method should return 0 if EOF has been reached or an error occurred
|
||||
// (m_lasterror should be set accordingly as well) or the number of bytes
|
||||
// read
|
||||
virtual size_t OnSysRead(void *buffer, size_t size) = 0;
|
||||
|
Reference in New Issue
Block a user