diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /slideshow/qa | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'slideshow/qa')
-rw-r--r-- | slideshow/qa/tools/mkeffects.pl | 2 | ||||
-rw-r--r-- | slideshow/qa/tools/mktransitions.pl | 2 |
2 files changed, 2 insertions, 2 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 ""); diff --git a/slideshow/qa/tools/mktransitions.pl b/slideshow/qa/tools/mktransitions.pl index 1bfdade5ae00..de39a0b08f4d 100644 --- a/slideshow/qa/tools/mktransitions.pl +++ b/slideshow/qa/tools/mktransitions.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 ""); |