From: Dmitry V. Levin Date: Sat, 12 Dec 2020 16:50:33 +0000 (+0300) Subject: config: fix spelling typos in comments and %changelog X-Git-Tag: elfutils-0.183~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f306e3dd4856f48541018598dbc673288892cbb5;p=thirdparty%2Felfutils.git config: fix spelling typos in comments and %changelog directoy -> directory fo -> for funtions -> functions ist -> is mutliple -> multiple priviliges -> privileges reenable -> re-enable Signed-off-by: Dmitry V. Levin --- diff --git a/config/10-default-yama-scope.conf b/config/10-default-yama-scope.conf index ba78ebd51..4df209035 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 e4da0ebc5..f0305985b 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 c01b5f88b..a8b635175 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 18c91c0ec..ba43aa1f5 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