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=96005ddd9e0ef85b160594263d1dc7e059ab4ee5 commit 96005ddd9e0ef85b160594263d1dc7e059ab4ee5 Author: Guillem Jover <[email protected]> AuthorDate: Fri Nov 13 21:00:44 2020 +0100 libdpkg: Fix typo in comment Changelog: silent --- lib/dpkg/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpkg/parse.c b/lib/dpkg/parse.c index 7a1f52e8c..c4e5cf21c 100644 --- a/lib/dpkg/parse.c +++ b/lib/dpkg/parse.c @@ -184,7 +184,7 @@ pkg_parse_verify(struct parsedb_state *ps, if ((ps->flags & pdb_recordavailable) || pkg->status > PKG_STAT_HALFINSTALLED) { /* We always want usable architecture information (as long as the package - * is in such a state that it make sense), so that it can be used safely + * is in such a state that it makes sense), so that it can be used safely * on string comparisons and the like. */ if (pkgbin->arch->type == DPKG_ARCH_NONE) parse_warn(ps, _("missing '%s' field"), "Architecture"); -- Dpkg.Org's dpkg

