From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by sourceware.org (Postfix) with ESMTP id DB87B389246A for ; Sat, 12 Dec 2020 16:49:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DB87B389246A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ldv@altlinux.org Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id 172BC72C8B1 for ; Sat, 12 Dec 2020 19:49:02 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 082487CC8A3; Sat, 12 Dec 2020 19:49:01 +0300 (MSK) Date: Sat, 12 Dec 2020 19:49:01 +0300 From: "Dmitry V. Levin" To: elfutils-devel@sourceware.org Subject: [PATCH 00/12] Fix spelling typos in comments, tests, and text files Message-ID: <20201212164901.GA474@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_BLACK autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2020 16:49:08 -0000 This is the least significant part of all spelling fixes, most users won't notice any difference at all, but it still makes sense to use correct spelling. Dmitry V. Levin (12): debuginfod: fix spelling typos in error diagnostics and comments backends: fix spelling typos in comments config: fix spelling typos in comments and %changelog libasm: fix spelling typos in comments libcpu: fix spelling typos in comments libdw: fix spelling typos in comments and ChangeLog libdwelf: fix spelling typos in comments libdwfl: fix spelling typos in comments and ChangeLog libelf: fix spelling typos in comments src: fix spelling typos in comments and ChangeLog tests: fix spelling typos in error diagnostics and comments Fix spelling typos in NEWS, NOTES, TODO, and in comments of configure.ac ChangeLog | 7 +++++++ NEWS | 18 +++++++++--------- NOTES | 4 ++-- TODO | 2 +- backends/ChangeLog | 6 ++++++ backends/aarch64_retval.c | 2 +- backends/ppc_cfi.c | 2 +- config/10-default-yama-scope.conf | 2 +- config/ChangeLog | 6 ++++++ config/elfutils.spec.in | 12 ++++++------ config/upload-release.sh | 2 +- configure.ac | 6 +++--- debuginfod/ChangeLog | 7 +++++++ debuginfod/debuginfod-client.c | 4 ++-- debuginfod/debuginfod.cxx | 6 +++--- libasm/ChangeLog | 5 +++++ libasm/asm_begin.c | 2 +- libasm/asm_end.c | 2 +- libcpu/ChangeLog | 5 +++++ libcpu/bpf_disasm.c | 2 +- libcpu/i386_disasm.c | 2 +- libdw/ChangeLog | 11 ++++++++++- libdw/dwarf.h | 2 +- libdw/dwarf_begin_elf.c | 2 +- libdw/dwarf_getlocation.c | 4 ++-- libdw/dwarf_getsrclines.c | 2 +- libdw/libdw.h | 10 +++++----- libdw/libdwP.h | 4 ++-- libdwelf/ChangeLog | 3 +++ libdwelf/dwelf_strtab.c | 2 +- libdwelf/libdwelf.h | 4 ++-- libdwfl/ChangeLog | 13 ++++++++++--- libdwfl/dwfl_module_getdwarf.c | 4 ++-- libdwfl/dwfl_report_elf.c | 2 +- libdwfl/libdwfl.h | 8 ++++---- libdwfl/linux-pid-attach.c | 2 +- libebl/ChangeLog | 2 +- libelf/ChangeLog | 11 +++++++++++ libelf/common.h | 2 +- libelf/elf32_checksum.c | 2 +- libelf/elf_begin.c | 4 ++-- libelf/elf_compress.c | 2 +- libelf/elf_compress_gnu.c | 2 +- libelf/gelf.h | 2 +- libelf/libelf.h | 2 +- libelf/libelfP.h | 2 +- src/ChangeLog | 14 ++++++++++++-- src/ar.c | 4 ++-- src/elfclassify.c | 6 +++--- src/elfcompress.c | 2 +- src/elflint.c | 6 +++--- src/readelf.c | 6 +++--- src/size.c | 2 +- src/strings.c | 2 +- src/strip.c | 2 +- tests/ChangeLog | 11 +++++++++++ tests/dwarf-die-addr-die.c | 2 +- tests/dwfl-bug-fd-leak.c | 2 +- tests/elfstrmerge.c | 4 ++-- tests/run-lfs-symbols.sh | 2 +- tests/run-readelf-line.sh | 2 +- tests/run-stack-demangled-test.sh | 2 +- tests/sectiondump.c | 6 +++--- tests/varlocs.c | 2 +- 64 files changed, 186 insertions(+), 99 deletions(-) -- ldv