summaryrefslogtreecommitdiff
path: root/bfd/ihex.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-01-30 16:07:28 +0000
committerNick Clifton <nickc@redhat.com>2002-01-30 16:07:28 +0000
commit922e7d5c6690e29574b157241511d111626b124c (patch)
tree8b5e9676e04d697d9f2a47a5a04df8e75c86a0d9 /bfd/ihex.c
parentde1b3ec31cfffaf414c3a52c413c0a770f5e9b72 (diff)
downloadgdb-922e7d5c6690e29574b157241511d111626b124c.tar.gz
Fixes for better translation into other languages
Diffstat (limited to 'bfd/ihex.c')
-rw-r--r--bfd/ihex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ihex.c b/bfd/ihex.c
index 8bb51349f07..0b02e6dee33 100644
--- a/bfd/ihex.c
+++ b/bfd/ihex.c
@@ -860,7 +860,7 @@ ihex_write_object_contents (abfd)
sprintf_vma (buf, where);
(*_bfd_error_handler)
- (_("%s: address 0x%s out of range for Intex Hex file"),
+ (_("%s: address 0x%s out of range for Intel Hex file"),
bfd_get_filename (abfd), buf);
bfd_set_error (bfd_error_bad_value);
return false;