diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-29 14:11:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-29 15:34:24 +0100 |
commit | 1c1b0de5421f2bdb3baed276283ae0e4fc3ff1d9 (patch) | |
tree | 450bea3bf2c4f05f1bb77d22f43719b4b75f0790 /odk | |
parent | 2618f21da0a8bdd8ff4f363a4f5d1cc269f8d482 (diff) |
Fix typos
Change-Id: Ie4c8076dc48bc02af9308fbf20972df598306dbf
Reviewed-on: https://gerrit.libreoffice.org/48834
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 2267a0dc3d93..c0ec457f3ed4 100644 --- a/odk/config/cfgWin.js +++ b/odk/config/cfgWin.js @@ -751,7 +751,7 @@ function getOutputDir() stdout.WriteLine("\n Error: your specified output directory " + "\"" + sDir + "\" " + "contains one or more spaces.\n That " + - "causes problems with gnu make. Please specifiy" + + "causes problems with gnu make. Please specify" + " a directory without spaces."); bSkip = true; } |