summaryrefslogtreecommitdiff
path: root/basegfx/qa/mkpolygons.pl
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/qa/mkpolygons.pl')
-rw-r--r--basegfx/qa/mkpolygons.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/qa/mkpolygons.pl b/basegfx/qa/mkpolygons.pl
index cbe2502cde7c..3b35ce7b98bf 100644
--- a/basegfx/qa/mkpolygons.pl
+++ b/basegfx/qa/mkpolygons.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 "");