projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add some mention of GTK3 support
[wxWidgets.git]
/
src
/
common
/
stream.cpp
diff --git
a/src/common/stream.cpp
b/src/common/stream.cpp
index 4fe8a17cab7c84038582d7fcb5f1a2789277edd5..f7cd2ea2c58db63aa52248adc2857100f501c1e5 100644
(file)
--- 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 s
eeked
to the right position...
+ // we should now have s
ought
to the right position...
return TellI();
}