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=c6464c6fce3f36cf5f1361b0a9848c523439d727 commit c6464c6fce3f36cf5f1361b0a9848c523439d727 Author: Guillem Jover <[email protected]> AuthorDate: Wed Jan 1 18:57:40 2025 +0100 dpkg-buildpackage: Fix typo in hint Fixes: commit 80c5c9d43896eef795a988cb080ff31ed8776172 Spotted-by: Matthias Urlichs <[email protected]> Changelog: silent --- scripts/dpkg-buildpackage.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dpkg-buildpackage.pl b/scripts/dpkg-buildpackage.pl index a45819b2d..bdf93c1e4 100755 --- a/scripts/dpkg-buildpackage.pl +++ b/scripts/dpkg-buildpackage.pl @@ -676,7 +676,7 @@ if ($checkbuilddep) { subprocerr('dpkg-checkbuilddeps'); } elsif (WEXITSTATUS($?)) { errormsg(g_('build dependencies/conflicts unsatisfied; aborting')); - hint(g_('satify build dependencies with your package manager frontend')); + hint(g_('satisfy build dependencies with your package manager frontend')); exit 3; } } -- Dpkg.Org's dpkg

