]> git.lyx.org Git - features.git/commitdiff
* typo
authorStefan Schimanski <sts@lyx.org>
Thu, 21 Feb 2008 23:38:46 +0000 (23:38 +0000)
committerStefan Schimanski <sts@lyx.org>
Thu, 21 Feb 2008 23:38:46 +0000 (23:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23115 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.h

index 33a633f48410606a23dc08c0fedcb0ab83b3525e..c3b72f4debcade449f5b78f8f0f2f0eaf7f94b6c 100644 (file)
@@ -311,7 +311,7 @@ public:
        virtual bool automaticPopupCompletion() const { return true; }
        /// Returns completion suggestions at cursor position. Return an
        /// null pointer if no completion is a available or possible.
-       /// The caller is responsible to free the return object!
+       /// The caller is responsible to free the returned object!
        virtual CompletionList const * completionList(Cursor const &) const 
                { return 0; }
        /// Returns the completion prefix to filter the suggestions for completion.