From 10c974461d8c45b3214144504fa56bf6461ac536 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Wed, 12 Mar 2008 00:19:07 +0000 Subject: [PATCH] * typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23671 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Inset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/Inset.h b/src/insets/Inset.h index f6a427ddb5..52e97929bd 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -229,7 +229,7 @@ public: virtual col_type col(idx_type) const { return 0; } /// to which row belongs a cell with a given index? virtual row_type row(idx_type) const { return 0; } - /// cell idex corresponding to row and column; + /// cell index corresponding to row and column; virtual idx_type index(row_type row, col_type col) const; /// any additional x-offset when drawing a cell? virtual int cellXOffset(idx_type) const { return 0; }