From 616c6924f18911fce110918edf05ed2f4e52dba9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Feb 2013 09:48:17 +0200 Subject: s/the the/the/ Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3 --- slideshow/qa/tools/mkeffects.pl | 2 +- slideshow/qa/tools/mktransitions.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow') 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 ""); -- cgit