summaryrefslogtreecommitdiffstats
path: root/bin/check-elf-dynamic-objects
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-11 09:03:21 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-12-11 09:23:05 +0100
commit0ad2302cf6787cacbbaca081a890a0e356a55297 (patch)
tree4ea516eea28110a62483849ab185b46efc2e6fd8 /bin/check-elf-dynamic-objects
parentaccessibletable.hxx no more exists (diff)
downloadcore-0ad2302cf6787cacbbaca081a890a0e356a55297.tar.gz
core-0ad2302cf6787cacbbaca081a890a0e356a55297.zip
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/check-elf-dynamic-objects')
-rwxr-xr-xbin/check-elf-dynamic-objects4
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
;;