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=96e6e87b733ce851301dddf8e1ce729b2af34a6f commit 96e6e87b733ce851301dddf8e1ce729b2af34a6f Author: Guillem Jover <[email protected]> AuthorDate: Sun Dec 5 16:28:19 2021 +0100 build: Fix typo in gen-changelog field to name mapping Changelog: silent --- gen-changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-changelog b/gen-changelog index 1a7486279..bd396d601 100755 --- a/gen-changelog +++ b/gen-changelog @@ -126,7 +126,7 @@ my %metafield = ( 'Prompted-by' => 'Prompted by', 'Reported-by' => 'Reported by', 'Required-by' => 'Required by', - 'Analysis-by' => 'Anaylisis by', + 'Analysis-by' => 'Analysis by', 'Requested-by' => 'Requested by', 'Suggested-by' => 'Suggested by', 'Spotted-by' => 'Spotted by', -- Dpkg.Org's dpkg

