X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5ef4d69b7fd4fb89203cd3cf9dd1e42fda7831f..87f0b1323b7ac77f02133b836c8dfee63b0fd387:/src/common/stream.cpp diff --git a/src/common/stream.cpp b/src/common/stream.cpp index 4fe8a17cab..f7cd2ea2c5 100644 --- a/src/common/stream.cpp +++ b/src/common/stream.cpp @@ -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(); }