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=a991597a8c2a03e73d169e628eaa085db7f32763 commit a991597a8c2a03e73d169e628eaa085db7f32763 Author: Guillem Jover <[email protected]> AuthorDate: Tue Nov 8 04:47:50 2022 +0100 Dpkg::Gettext: Fix typo in POD --- scripts/Dpkg/Gettext.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dpkg/Gettext.pm b/scripts/Dpkg/Gettext.pm index e61cdd1a0..f719a6291 100644 --- a/scripts/Dpkg/Gettext.pm +++ b/scripts/Dpkg/Gettext.pm @@ -174,7 +174,7 @@ BEGIN { =item $msgid = N_($msgid) -A pseudo function that servers as a marked for automated extraction of +A pseudo function that servers as a marker for automated extraction of messages, but does not call gettext(). The run-time translation is done at a different place in the code. -- Dpkg.Org's dpkg

