summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-01-24 17:08:42 +0000
committerNick Clifton <nickc@redhat.com>2002-01-24 17:08:42 +0000
commit0f0f60816cda2915b8ef0676ac753e690820f87d (patch)
tree742e0246105b303d11f93a4abda15ea93776d287 /bfd/bfd.c
parent84965394f759a9ada9481c48f4572641c4917364 (diff)
downloadbinutils-redhat-0f0f60816cda2915b8ef0676ac753e690820f87d.tar.gz
fix typo
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c2
1 files changed, 1 insertions, 1 deletions
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);