summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-18 00:40:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-18 10:47:52 +0100
commit19d7475077518bf54d5f1cc091d6fb0094dd7e28 (patch)
treef10b6cee3b13a70754b46d7b6793a59e7054a3ec /odk
parent7ff004e8cac9b3e7296da11fc634facdadcd4d59 (diff)
Fix typos
Change-Id: I2a7877dc341e9bcbea231f5ce9edb1236f97df1c Reviewed-on: https://gerrit.libreoffice.org/63505 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk')
-rw-r--r--odk/config/cfgWin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/config/cfgWin.js b/odk/config/cfgWin.js
index c0ec457f3ed4..fa8961b460d1 100644
--- a/odk/config/cfgWin.js
+++ b/odk/config/cfgWin.js
@@ -197,7 +197,7 @@ function getOfficeHome()
continue;
}
}
- //Check if this is a valid office installtion folder by looking for the
+ //Check if this is a valid office installation folder by looking for the
//program sub-directory
var progDir = sHome + "\\program";
if (! aFileSystemObject.FolderExists(progDir))