[Asterisk-code-review] build_tools: Spelling fixes (asterisk[18])

Friendly Automation asteriskteam at digium.com
Mon Nov 15 20:21:28 CST 2021


Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/17421 )

Change subject: build_tools: Spelling fixes
......................................................................

build_tools: Spelling fixes

Correct typos of the following word families:

binutils

ASTERISK-29714

Change-Id: I2f676ab48cd50edc400c43307cb53679e4c09b97
---
M build_tools/download_externals
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit



diff --git a/build_tools/download_externals b/build_tools/download_externals
index 54a604e..0f82eff 100755
--- a/build_tools/download_externals
+++ b/build_tools/download_externals
@@ -160,7 +160,7 @@
 				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

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17421
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: I2f676ab48cd50edc400c43307cb53679e4c09b97
Gerrit-Change-Number: 17421
Gerrit-PatchSet: 2
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211115/a95a6853/attachment.html>


More information about the asterisk-code-review mailing list