From: Pavel Sanda Date: Fri, 7 Dec 2018 23:04:04 +0000 (+0100) Subject: typo X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2884 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9547e0b765e52fccad3b40525009d6511a1483ea;p=lyx.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.