X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed31dd079a53398a05a9c9b13ef645e3fd83d137..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/include/wx/stream.h diff --git a/include/wx/stream.h b/include/wx/stream.h index 8bfb43686d..d40eb66733 100644 --- a/include/wx/stream.h +++ b/include/wx/stream.h @@ -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;