]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stream.cpp
Don't use "Cancel" button in the about dialog of the listctrl sample.
[wxWidgets.git] / src / common / stream.cpp
index 4fe8a17cab7c84038582d7fcb5f1a2789277edd5..f7cd2ea2c58db63aa52248adc2857100f501c1e5 100644 (file)
@@ -955,7 +955,7 @@ wxFileOffset wxInputStream::SeekI(wxFileOffset pos, wxSeekMode mode)
 
         wxASSERT(bytes_read == (size_t)pos);
 
-        // we should now have seeked to the right position...
+        // we should now have sought to the right position...
         return TellI();
     }