| commit | 0ad2302cf6787cacbbaca081a890a0e356a55297 | [log] |
|---|---|---|
| author | Andrea Gelmini <andrea.gelmini@gelma.net> | Tue Dec 11 09:03:21 2018 +0100 |
| committer | Julien Nabet <serval2412@yahoo.fr> | Tue Dec 11 09:23:05 2018 +0100 |
| tree | 4ea516eea28110a62483849ab185b46efc2e6fd8 | |
| 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>
diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects index c1b69e6..7b92a61 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 ;;