]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stream.h
Add wxDataViewEvent::IsEditCancelled() and support for vetoing edit events.
[wxWidgets.git] / interface / wx / stream.h
index 7ab40df6608cca70441fbb29be5e92853ae1e013..36617cc0912c72a533ec58bd60bd75accae919a0 100644 (file)
@@ -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).