From 95643e2450cd73fbb613715eef0fa52df7369e40 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Thu, 4 Jan 2007 22:01:43 +0000 Subject: [PATCH] * src/dociterator.h: fix typo in comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16519 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/dociterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dociterator.h b/src/dociterator.h index 1201b04956..6bca4d3e18 100644 --- a/src/dociterator.h +++ b/src/dociterator.h @@ -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 { -- 2.39.5