diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-11 09:03:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-11 09:23:05 +0100 |
commit | 0ad2302cf6787cacbbaca081a890a0e356a55297 (patch) | |
tree | 4ea516eea28110a62483849ab185b46efc2e6fd8 /bin | |
parent | 43c3ca69fe39d1afa921c7228f28819cb52d20a0 (diff) |
Fix typo
Change-Id: I40c9591cd9787c919a5da7526ab866518bad3812
Reviewed-on: https://gerrit.libreoffice.org/64912
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/check-elf-dynamic-objects | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects index c1b69e6ec61d..7b92a61d15ce 100755 --- a/bin/check-elf-dynamic-objects +++ b/bin/check-elf-dynamic-objects @@ -59,9 +59,9 @@ while [ "${1:-}" != "" ]; do help ;; -p) - # this sound counter intuitive. but the idea + # this sounds counter intuitive but the idea # is to possibly support -p <n> - # in the mean time 0 = nolimit and -p 1 would mean + # in the meantime: 0 = nolimit and -p 1 would mean # the current default: serialize PARA=0 ;; |