summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-15 14:58:38 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2017-03-16 10:50:26 +0000
commit15e3ce53283f288cb2c4c52acb203c9c281914ac (patch)
tree9df72cca5afd8dcbc70fcfba083b116c99431e84 /solenv
parent665d7a4e659114120009636aeb4049b10009f36e (diff)
Fix typos
Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace Reviewed-on: https://gerrit.libreoffice.org/35224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/directory.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/directory.pm b/solenv/bin/modules/installer/windows/directory.pm
index b29fa13c045a..829687e8b65c 100644
--- a/solenv/bin/modules/installer/windows/directory.pm
+++ b/solenv/bin/modules/installer/windows/directory.pm
@@ -294,7 +294,7 @@ sub create_unique_directorynames
# setting the installlocation directory
if ( $styles =~ /\bISINSTALLLOCATION\b/ )
{
- if ( $installer::globals::installlocationdirectoryset ) { installer::exiter::exit_program("ERROR: Directory with flag ISINSTALLLOCATION alread set: \"$installer::globals::installlocationdirectory\".", "create_unique_directorynames"); }
+ if ( $installer::globals::installlocationdirectoryset ) { installer::exiter::exit_program("ERROR: Directory with flag ISINSTALLLOCATION already set: \"$installer::globals::installlocationdirectory\".", "create_unique_directorynames"); }
$installer::globals::installlocationdirectory = $uniquename;
$installer::globals::installlocationdirectoryset = 1;
}