]> git.lyx.org Git - features.git/commitdiff
typo
authorPavel Sanda <sanda@lyx.org>
Fri, 7 Dec 2018 23:04:04 +0000 (00:04 +0100)
committerPavel Sanda <sanda@lyx.org>
Fri, 7 Dec 2018 23:04:04 +0000 (00:04 +0100)
src/support/FileName.h

index fad5077bdf90d2a3bceed7f35c581266eacf6a2b..3bfdf13f26d0630cc2169a378fca55667a35c158 100644 (file)
@@ -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.