]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.h
The bug-fix in revision 16531 introduced another bug. This is the right fix. I did...
[lyx.git] / src / dociterator.h
index 1201b04956424b2a4c1a820e6eb3bf5feb2fa091..6bca4d3e185f0fa3e7e2107525f7ba4bea9c57f5 100644 (file)
@@ -262,7 +262,7 @@ bool operator!=(DocIterator const & di1, DocIterator const & di2)
 
 
 // The difference to a ('non stable') DocIterator is the removed
-// (overwritte by 0...) part of the CursorSlice data items. So this thing
+// (overwritten by 0...) part of the CursorSlice data items. So this thing
 // is suitable for external storage, but not for iteration as such.
 
 class StableDocIterator {