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
            ;;