summaryrefslogtreecommitdiff
path: root/odk/config/configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'odk/config/configure.pl')
-rwxr-xr-xodk/config/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/config/configure.pl b/odk/config/configure.pl
index c0f3188a4274..c9505dc79084 100755
--- a/odk/config/configure.pl
+++ b/odk/config/configure.pl
@@ -166,7 +166,7 @@ if ( $main::operatingSystem =~ m/darwin/ )
print " Error: An office installation is required, please specify the path to a valid installation.\n";
} else
{
- # special work for a network installation, no prgram directory but a link to the soffice binary
+ # special work for a network installation, no program directory but a link to the soffice binary
if ( (! -d "$main::OFFICE_HOME/program") && (-e "$main::OFFICE_HOME/soffice") )
{
my $soserver = `ls -l $OFFICE_HOME_SUGGESTION/soffice | sed -n 's/.* -> //p'`;