summaryrefslogtreecommitdiffstats
path: root/lib/MDK/Common/File.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MDK/Common/File.pm')
-rw-r--r--lib/MDK/Common/File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDK/Common/File.pm b/lib/MDK/Common/File.pm
index 06bd4fe..1d5dc21 100644
--- a/lib/MDK/Common/File.pm
+++ b/lib/MDK/Common/File.pm
@@ -288,7 +288,7 @@ sub substInFile(&@) {
}
open(my $F, $file);
fsync($F);
- unlink "$file$^I"; # remove old backup now that we'have closed new file
+ unlink "$file$^I"; # remove old backup now that we have closed new file
} else {
local *F; my $old = select F; # that way eof return true
local $_ = '';