X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXVC.h;h=59413e2153eaadb82d2ad2918dd70e16cb53f925;hb=cf15bd840b71a01ccbb2fbbbabc7066237b4bfd2;hp=1a23afaa9fd60f001493b0f6cfc06e9da16743b6;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/LyXVC.h b/src/LyXVC.h index 1a23afaa9f..59413e2153 100644 --- a/src/LyXVC.h +++ b/src/LyXVC.h @@ -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;