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 CD64F389247A for ; Sat, 12 Dec 2020 16:50:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CD64F389247A 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 4D4B472C8B1 for ; Sat, 12 Dec 2020 19:50:33 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 441DA7CC8A3; Sat, 12 Dec 2020 19:50:33 +0300 (MSK) Date: Sat, 12 Dec 2020 19:50:33 +0300 From: "Dmitry V. Levin" To: elfutils-devel@sourceware.org Subject: [PATCH 03/12] config: fix spelling typos in comments and %changelog Message-ID: <20201212165033.GC503@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201212164901.GA474@altlinux.org> X-Spam-Status: No, score=-11.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_BLACK autolearn=ham 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:50:35 -0000 directoy -> directory fo -> for funtions -> functions ist -> is mutliple -> multiple priviliges -> privileges reenable -> re-enable Signed-off-by: Dmitry V. Levin --- config/10-default-yama-scope.conf | 2 +- config/ChangeLog | 6 ++++++ config/elfutils.spec.in | 12 ++++++------ config/upload-release.sh | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/config/10-default-yama-scope.conf b/config/10-default-yama-scope.conf index ba78ebd5..4df20903 100644 --- a/config/10-default-yama-scope.conf +++ b/config/10-default-yama-scope.conf @@ -17,7 +17,7 @@ # domains. A different way to restrict ptrace is to set the selinux # deny_ptrace boolean. Both mechanisms will break some programs relying # on the ptrace system call and might force users to elevate their -# priviliges to root to do their work. +# privileges to root to do their work. # # For more information see Documentation/security/Yama.txt in the kernel # sources. Which also describes the defaults when CONFIG_SECURITY_YAMA diff --git a/config/ChangeLog b/config/ChangeLog index e4da0ebc..f0305985 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,9 @@ +2020-12-12 Dmitry V. Levin + + * 10-default-yama-scope.conf: Fix spelling typo in comment. + * upload-release.sh: Likewise. + * elfutils.spec.in: Fix spelling typos in %changelog. + 2020-11-04 Dmitry V. Levin * profile.sh.in, profile.csh.in: Do not define $DEBUGINFOD_URLS unless diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index c01b5f88..a8b63517 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -421,7 +421,7 @@ exit 0 CVE-2019-7664, CVE-2019-7665. * Wed Nov 14 2018 Mark Wielaard 0.175-1 -- readelf: Handle mutliple .debug_macro sections. +- readelf: Handle multiple .debug_macro sections. Recognize and parse GNU Property notes, NT_VERSION notes and GNU Build Attribute ELF Notes. - strip: Handle SHT_GROUP correctly. @@ -780,7 +780,7 @@ exit 0 * Mon Feb 16 2009 Ulrich Drepper 0.140-1 - libelf: Fix regression in creation of section header -- libdwfl: Less strict behavior if DWARF reader ist just used to +- libdwfl: Less strict behavior if DWARF reader is just used to display data * Thu Jan 22 2009 Ulrich Drepper 0.139-1 @@ -839,8 +839,8 @@ ET_REL * Mon Oct 15 2007 Ulrich Drepper 0.130-1 - readelf: -p option can take an argument like -x for one section, or no argument (as before) for all SHF_STRINGS sections; - new option --archive-index (or -c); improved -n output fo -r core files, on many machines + new option --archive-index (or -c); improved -n output for +core files, on many machines - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk; new functions gelf_getnote, gelf_getauxv, gelf_update_auxv - readelf, elflint: handle SHT_NOTE sections without requiring phdrs @@ -1006,7 +1006,7 @@ symbols. - readelf: improve DWARF output format * Mon Apr 4 2005 Ulrich Drepper 0.106-1 -- libdw: Updated dwarf.h from DWARF3 speclibdw: add new funtions dwarf_f +- libdw: Updated dwarf.h from DWARF3 speclibdw: add new functions dwarf_f unc_entrypc, dwarf_func_file, dwarf_func_line,dwarf_func_col, dwarf_ge tsrc_file @@ -1104,7 +1104,7 @@ tsrc_file * Wed Jan 22 2003 Jakub Jelinek 0.72-4 - fix arguments to gelf_getsymshndx and elf_getshstrndx - fix other warnings -- reenable checks on s390x +- re-enable checks on s390x * Sat Jan 11 2003 Karsten Hopp 0.72-3 - temporarily disable checks on s390x, until someone has diff --git a/config/upload-release.sh b/config/upload-release.sh index 18c91c0e..ba43aa1f 100755 --- a/config/upload-release.sh +++ b/config/upload-release.sh @@ -20,7 +20,7 @@ echo Make sure the git repo is tagged, signed and pushed echo git tag -s -m \"elfutils $VERSION release\" elfutils-$VERSION echo git push --tags -# Create a temporary directoy and make sure it is cleaned up. +# Create a temporary directory and make sure it is cleaned up. tempdir=$(mktemp -d) || exit trap "rm -rf -- ${tempdir}" EXIT -- ldv