summaryrefslogtreecommitdiffstats
path: root/tdeioslave/file/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/file/file.cpp')
-rw-r--r--tdeioslave/file/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/file/file.cpp b/tdeioslave/file/file.cpp
index 59c0e6a05..cdba4f577 100644
--- a/tdeioslave/file/file.cpp
+++ b/tdeioslave/file/file.cpp
@@ -639,7 +639,7 @@ void FileProtocol::copy( const KURL &src, const KURL &dest,
return;
}
- // If the destination is a symlink and overwrite is TRUE,
+ // If the destination is a symlink and overwrite is true,
// remove the symlink first to prevent the scenario where
// the symlink actually points to current source!
if (_overwrite && S_ISLNK(buff_dest.st_mode))