]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
build_tools: Spelling fixes
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 31 Oct 2021 01:04:32 +0000 (21:04 -0400)
committerJoshua Colp <jcolp@sangoma.com>
Tue, 16 Nov 2021 11:37:59 +0000 (05:37 -0600)
Correct typos of the following word families:

binutils

ASTERISK-29714

Change-Id: I2f676ab48cd50edc400c43307cb53679e4c09b97

build_tools/download_externals

index 54a604e5ef6860015298ead757c5ff95b01934a6..0f82eff6515c7699f1e9fb9aabea9740dac871f4 100755 (executable)
@@ -160,7 +160,7 @@ if [[ -f ${DESTDIR}${ASTMODDIR}/${module_name}.manifest.xml ]] ; then
                                break
                        else
                                if [[ "$executable" = "yes" ]] ; then
-                                       # There are easier ways of doing this (objcopy --dump-section) but not in older bunutils
+                                       # There are easier ways of doing this (objcopy --dump-section) but not in older binutils
                                        length_offset=$(objdump -h $f | sed -n -r -e "s/^\s+[0-9]+\s+.ast_manifest\s+([0-9a-fA-F]+)\s+[0-9a-fA-F]+\s+[0-9a-fA-F]+\s+([0-9a-fA-F]+)\s+.*$/0x\1 0x\2/p")
                                        tags=$($(eval 'printf "dd if=$f bs=1 count=%d skip=%d\n" $length_offset') 2>/dev/null)
                                        if [[ -n "${tags}" && "${tags}" != "${module_name},${variant},${rpv}" ]] ; then