From 9547e0b765e52fccad3b40525009d6511a1483ea Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 8 Dec 2018 00:04:04 +0100 Subject: [PATCH] typo --- src/support/FileName.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5