diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9b4fd10b9a..2dcc0253f6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2001-09-18 Nick Clifton + + * elflink.h (elf_link_input_bfd): Fix typo in error message. + 2001-09-17 H.J. Lu * dwarf1.c (parse_die): Take a new arg for the end of the diff --git a/bfd/elflink.h b/bfd/elflink.h index 0da2f0e76e..e7ea66a4ab 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -5980,7 +5980,7 @@ elf_link_input_bfd (finfo, input_bfd) { if (isec->symbol->value != isym->st_value) (*_bfd_error_handler) - (_("%s: invalid section symbol index 0x%x (%s) ingored"), + (_("%s: invalid section symbol index 0x%x (%s) ignored"), bfd_get_filename (input_bfd), isym->st_shndx, name); continue;