From: Uwe Stöhr Date: Fri, 4 Dec 2009 02:11:54 +0000 (+0000) Subject: Inset.h: fix whitespace X-Git-Tag: 2.0.0~4928 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=55b61a0c9f20dac497f3f9967440212a18b20d1a;p=features.git Inset.h: fix whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32317 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/Inset.h b/src/insets/Inset.h index a8e41cfe53..798f311f0b 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -111,7 +111,7 @@ public: /** * This is typically used after this inset is created interactively. * Intented purpose is to sanitize internal state with regard to current - * Buffer. The default implementation calls buffer().updateLabels() if + * Buffer. The default implementation calls buffer().updateLabels() if * the inset is labeled. * * \sa isLabeled()