aboutsummaryrefslogtreecommitdiffstats
path: root/copypage.pl
diff options
context:
space:
mode:
authorSebastiano Pistore <SebastianoPistore.info@protonmail.ch>2019-06-10 11:31:07 +0200
committerSebastiano Pistore <SebastianoPistore.info@protonmail.ch>2019-06-10 11:31:07 +0200
commit6b99646644baee856b0f8bc2600186bc0038ae22 (patch)
treef9a4651c0f82f8715b35a3720bfa4bd719e1b752 /copypage.pl
parent2ee4e7c4360ff88e145af69ce679d92e606c3691 (diff)
Fixed small English syntax errors.
The executable code has NOT been modified.
Diffstat (limited to 'copypage.pl')
-rwxr-xr-xcopypage.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/copypage.pl b/copypage.pl
index 145e18e0da5..3b0e408bb39 100755
--- a/copypage.pl
+++ b/copypage.pl
@@ -135,7 +135,7 @@ sub copy
my $srcdir = $srcfile;
$srcdir =~ s[(.*/).*][$1]; # Source directory (trailing /)
my $dstdir = $dstfile;
- $dstdir =~ s[(.*/).*][$1]; # Desination directory (trailing /)
+ $dstdir =~ s[(.*/).*][$1]; # Destination directory (trailing /)
my $filename = $srcfile;
$filename =~ s[$srcdir][]; # Pathless filename

© 2014-2024 Faster IT GmbH | imprint | privacy policy