]> git.lyx.org Git - features.git/commitdiff
Inset.h: fix whitespace
authorUwe Stöhr <uwestoehr@web.de>
Fri, 4 Dec 2009 02:11:54 +0000 (02:11 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 4 Dec 2009 02:11:54 +0000 (02:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32317 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.h

index a8e41cfe532740f9bf94c944cb93bb3e2ee43a8b..798f311f0b840a71cbb99137aaceed0c4ec7f40e 100644 (file)
@@ -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()