]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
* cosmetic
[lyx.git] / src / LyXVC.h
index 1a23afaa9fd60f001493b0f6cfc06e9da16743b6..59413e2153eaadb82d2ad2918dd70e16cb53f925 100644 (file)
@@ -63,7 +63,7 @@ public:
        static bool file_not_found_hook(support::FileName const & fn);
 
        ///
-       void buffer(Buffer *);
+       void setBuffer(Buffer *);
 
        /// Register the document as an VC file.
        void registrer();
@@ -82,7 +82,7 @@ public:
 
        /**
         * Generate a log file and return the filename.
-        * It is the caller's responsibility to unlink the
+        * It is the caller's responsibility to remove the
         * file after use.
         */
        const std::string getLogFile() const;