]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
More headers.
[lyx.git] / 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.