From: Pavel Sanda Date: Fri, 7 Dec 2018 23:04:04 +0000 (+0100) Subject: typo X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=63c759d3ca5ed0ea746277e0151f755fecf906f5;p=features.git typo --- diff --git a/src/support/FileName.h b/src/support/FileName.h index fad5077bdf..3bfdf13f26 100644 --- a/src/support/FileName.h +++ b/src/support/FileName.h @@ -151,7 +151,7 @@ public: /// \return true on success. bool changePermission(unsigned long int mode) const; // sets permission based on the file given as an argument - bool clonePermissions(FileName const & target); + bool clonePermissions(FileName const & source); /// remove pointed directory and all contents. /// \return true on success.