From 10e87a0b873e28f360a2fdebb108348ea1fadf24 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 24 Jan 2002 17:08:42 +0000 Subject: [PATCH] fix typo --- bfd/ChangeLog | 4 ++++ bfd/bfd.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 549cb16ed1..d920d182bb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-24-01 Philipp Thomas + + * bfd.c (_bfd_abort): Fix typo. + 2002-01-23 Richard Henderson * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress diff --git a/bfd/bfd.c b/bfd/bfd.c index f0c4037486..122f523665 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c @@ -727,7 +727,7 @@ _bfd_abort (file, line, fn) BFD_VERSION_STRING, file, line, fn); else (*_bfd_error_handler) - (_("BFD %sinternal error, aborting at %s line %d\n"), + (_("BFD %s internal error, aborting at %s line %d\n"), BFD_VERSION_STRING, file, line); (*_bfd_error_handler) (_("Please report this bug.\n")); xexit (EXIT_FAILURE); -- 2.11.0