This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=a88a2df315883804038828f10af79a3412904239 commit a88a2df315883804038828f10af79a3412904239 Author: Guillem Jover <[email protected]> AuthorDate: Thu Jun 25 13:01:22 2020 +0200 debian: Fix typos in changelog --- debian/changelog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62774fa30..54ac69405 100644 --- a/debian/changelog +++ b/debian/changelog @@ -71,7 +71,7 @@ dpkg (1.20.1) UNRELEASED; urgency=medium - man: Document that a 3.0 (quilt) patch cannot create or modify symlinks. Thanks to Johannes Schauer <[email protected]>. - man: Reword text to reduce length in verbatim code block. - - man: Add semicolons before varbatim code blocks. + - man: Add semicolons before verbatim code blocks. - man: Update dselect methods provided. Several got removed in 1.20.0. - man: The Installed-Size field does not get its value from du(1) since 1.18.0. @@ -139,7 +139,7 @@ dpkg (1.20.0) experimental; urgency=medium * perl: Switch Getopt::Long from bundling to bundling_values. This means the few scripts using Getopt::Long will stop accepting options in the form «-ab» for «-a -b», which is not future-proof, as it does not allow - these options to get new arguments without making them abiguous. + these options to get new arguments without making them ambiguous. * dpkg-buildpackage: Remove transient backwards R³ compatibility code. * buildtools.mk: Add support for nostrip in DEB_BUILD_OPTIONS when setting the STRIP variable. @@ -238,7 +238,7 @@ dpkg (1.20.0) experimental; urgency=medium - Dpkg::Exit: Hide internal lowercase @handlers variable. - Dpkg::Gettext: Remove obsolete _g() function. - Dpkg::Source::Package: Hide internal lowercase variable - @tar_ignore_default_pattern. Remove iternal lowercase variable alias + @tar_ignore_default_pattern. Remove internal lowercase variable alias $diff_ignore_default_regexp. - Dpkg::Substvars: Remove obsolete no_warn() method. - Dpkg::Index: Change default value for unique_tuple_key to 1. @@ -296,7 +296,7 @@ dpkg (1.20.0) experimental; urgency=medium - libdpkg: Add new versiondescribe_c() to force a C locale. - dselect: Make baselist::draw_column_*() col arguments const. - libdpkg: Use p instead of name in dpkg_arch_name_is_illegal(). - - dpkg: Remove redudant condition for sourcefile in updateavailable(). + - dpkg: Remove redundant condition for sourcefile in updateavailable(). - dpkg, update-alternatives: Make variables static. - libdpkg: Add missing symbols to the version map. - libdpkg: Fix fiemap memory layout usage that confuses gcc 10 to emit a @@ -307,7 +307,7 @@ dpkg (1.20.0) experimental; urgency=medium This suppresses a gcc warning. - dpkg: Fix short lived memory leak in --force-help handling. - dpkg-split: Fix short lived file descriptor leak in --auto. - - start-stop-daemon: Explicitly ignore uninmportant function return values. + - start-stop-daemon: Explicitly ignore unimportant function return values. - start-stop-daemon: Fix memory leak on multiple --chuid arguments. - start-stop-daemon: Close the notification socket in the child. - libdpkg: Fix memory leaks in zlib and bz2 decompression functions. -- Dpkg.Org's dpkg

