diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-10 23:18:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-11 07:17:22 +0200 |
commit | 672660031e4ca38205e2068b1e321268a844a68b (patch) | |
tree | dc3529c1b94e1e85c593bf729e2ba61d0b8f16c9 /setup_native/scripts | |
parent | dc823f5fa4a5d2eca56297b9045e5962536c00f9 (diff) |
Fix typos
Change-Id: I7fd04d0e09fcbf6d9f2a5ec617f23e08f7bc5fa3
Reviewed-on: https://gerrit.libreoffice.org/52697
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'setup_native/scripts')
-rw-r--r-- | setup_native/scripts/mac_install.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/mac_install.script b/setup_native/scripts/mac_install.script index 3209e9d9f9f7..57609636e2c0 100644 --- a/setup_native/scripts/mac_install.script +++ b/setup_native/scripts/mac_install.script @@ -17,7 +17,7 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -# shell script as a workaraound since it is hard to impossible to store compiled +# shell script as a workaround since it is hard to impossible to store compiled # applescript in CVS and running osacompile would require a GUI session while # building (or root privileges) # using osascript only works when the shell script is camouflaged as application |