summaryrefslogtreecommitdiff
path: root/slideshow/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:45 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-08 12:21:19 +0200
commite544f449eded2738b45de4be13c72b128a16bafe (patch)
tree3e779fd42f9a17d2b2d62cd8fe43c6bf63d78953 /slideshow/qa
parent307edd412e4fe3a74378959f5d93f5a2a44f1b60 (diff)
Fix typos
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'slideshow/qa')
-rw-r--r--slideshow/qa/tools/mkeffects.pl2
-rw-r--r--slideshow/qa/tools/mktransitions.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/qa/tools/mkeffects.pl b/slideshow/qa/tools/mkeffects.pl
index 1c5faea927df..a3065b9a81f6 100644
--- a/slideshow/qa/tools/mkeffects.pl
+++ b/slideshow/qa/tools/mkeffects.pl
@@ -45,7 +45,7 @@ sub open_file
{
my $filename = pop @_;
- # Create base directory of temporary directory tree if not alreay
+ # Create base directory of temporary directory tree if not already
# present.
if ($TempDir eq "")
{
diff --git a/slideshow/qa/tools/mktransitions.pl b/slideshow/qa/tools/mktransitions.pl
index 8096e0541bec..3b499253cd1b 100644
--- a/slideshow/qa/tools/mktransitions.pl
+++ b/slideshow/qa/tools/mktransitions.pl
@@ -47,7 +47,7 @@ sub open_file
{
my $filename = pop @_;
- # Create base directory of temporary directory tree if not alreay
+ # Create base directory of temporary directory tree if not already
# present.
if ($TempDir eq "")
{