This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=153a7c8de9c61f720fab6dc68fd5d017b9b3fe3d commit 153a7c8de9c61f720fab6dc68fd5d017b9b3fe3d Author: Guillem Jover <[email protected]> AuthorDate: Mon May 20 00:36:10 2024 +0200 doc: Fix grammar for fallback --- lib/dpkg/pkg-show.c | 2 +- man/dpkg-name.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dpkg/pkg-show.c b/lib/dpkg/pkg-show.c index 0159f2a8e..178268614 100644 --- a/lib/dpkg/pkg-show.c +++ b/lib/dpkg/pkg-show.c @@ -394,7 +394,7 @@ pkg_sorter_by_nonambig_name_arch(const void *a, const void *b) * Add a string representation of the source package version to a varbuf. * * It parses the Source field (if present), and extracts the optional - * version enclosed in parenthesis. Otherwise it fallsback to use the + * version enclosed in parenthesis. Otherwise it falls back to use the * binary package version. It NUL terminates the varbuf. * * @param vb The varbuf struct to modify. diff --git a/man/dpkg-name.pod b/man/dpkg-name.pod index 0e63f2304..f2723a8e1 100644 --- a/man/dpkg-name.pod +++ b/man/dpkg-name.pod @@ -44,7 +44,7 @@ of the filename consists of the upstream version information optionally followed by a hyphen and the revision information. The I<package-type> part comes -from that field if present or fallbacks to B<deb>. +from that field if present or will fall back to B<deb>. =head1 OPTIONS -- Dpkg.Org's dpkg

