X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..b22a1070b3f2de8ef85d34a841b5230aa08db967:/interface/wx/stream.h diff --git a/interface/wx/stream.h b/interface/wx/stream.h index 7ab40df660..36617cc091 100644 --- a/interface/wx/stream.h +++ b/interface/wx/stream.h @@ -589,7 +589,7 @@ public: /** Reads the specified amount of bytes and stores the data in buffer. - To check if the call was successfull you must use LastRead() to check + To check if the call was successful you must use LastRead() to check if this call did actually read @a size bytes (if it didn't, GetLastError() should return a meaningful value).