summaryrefslogtreecommitdiff
path: root/slideshow/qa/tools/mkeffects.pl
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/qa/tools/mkeffects.pl')
-rw-r--r--slideshow/qa/tools/mkeffects.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/qa/tools/mkeffects.pl b/slideshow/qa/tools/mkeffects.pl
index 2c9322cbfbf2..1c5faea927df 100644
--- a/slideshow/qa/tools/mkeffects.pl
+++ b/slideshow/qa/tools/mkeffects.pl
@@ -77,7 +77,7 @@ sub zip_dirtree
# First transfer the drive from $cwd to $zip_name. This is a
# workaround for a bug in file_name_is_absolute which thinks
- # the the path \bla is an absolute path under DOS.
+ # the path \bla is an absolute path under DOS.
my ($volume,$directories,$file) = File::Spec->splitpath ($zip_name);
my ($volume_cwd,$directories_cwd,$file_cwd) = File::Spec->splitpath ($cwd);
$volume = $volume_cwd if ($volume eq "");