]> git.lyx.org Git - features.git/commitdiff
* src/dociterator.h: fix typo in comment
authorMichael Schmitt <michael.schmitt@teststep.org>
Thu, 4 Jan 2007 22:01:43 +0000 (22:01 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Thu, 4 Jan 2007 22:01:43 +0000 (22:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16519 a592a061-630c-0410-9148-cb99ea01b6c8

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 {