]> git.lyx.org Git - features.git/commitdiff
Fix comment.
authorRichard Heck <rgheck@comcast.net>
Fri, 4 Dec 2009 02:05:38 +0000 (02:05 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 4 Dec 2009 02:05:38 +0000 (02:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32316 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.h

index 6f43cee5b42d97750403de9d97d3c4920b38825a..a8e41cfe532740f9bf94c944cb93bb3e2ee43a8b 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 updateLabels(buffer()) is
+               * Buffer. The default implementation calls buffer().updateLabels() if
          * the inset is labeled.
          *
          * \sa isLabeled()