diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/config/cfgWin.js | 2 |
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)) |