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=cbdff7a455fae5c695fff9738f9c4eb3e7071d32 commit cbdff7a455fae5c695fff9738f9c4eb3e7071d32 Author: Guillem Jover <[email protected]> AuthorDate: Thu Mar 24 19:12:15 2022 +0100 Dpkg::Shlibs::Objdump: Fix typo in comment Changelog: silent --- scripts/Dpkg/Shlibs/Objdump.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dpkg/Shlibs/Objdump.pm b/scripts/Dpkg/Shlibs/Objdump.pm index c7b95365c..baeb8bb5c 100644 --- a/scripts/Dpkg/Shlibs/Objdump.pm +++ b/scripts/Dpkg/Shlibs/Objdump.pm @@ -497,7 +497,7 @@ sub apply_relocations { push @relocs, $sym->{name} . '@@' . $sym->{version} if $sym->{version}; # Symbols that are not versioned, or versioned but shown with objdump - # fopm binutils < 2.26, do not have a version appended. + # from binutils < 2.26, do not have a version appended. push @relocs, $sym->{name}; foreach my $reloc (@relocs) { -- Dpkg.Org's dpkg

