diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 19:55:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 22:12:57 +0200 |
commit | 81aebe1845d2c5511a96b918cba4263bc6f3ef85 (patch) | |
tree | eaf7ca15855d2ebbcc4021feb7ab89d901e1173f /install-sh | |
parent | 7a7b6bc25c36569397affc3034ceef75b75da127 (diff) |
Fix typos
Change-Id: Ia51fa09db3db0c00432fc02ef9fe445444aa463b
Reviewed-on: https://gerrit.libreoffice.org/77321
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'install-sh')
-rw-r--r-- | install-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-sh b/install-sh index a9244eb07865..5b4dee0ef445 100644 --- a/install-sh +++ b/install-sh @@ -354,7 +354,7 @@ do if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writeable bit of parent directory when it shouldn't. + # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in |