aboutsummaryrefslogtreecommitdiff
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
commitca09e32bb218843d120213458d387c84c185a187 (patch)
treef3fe9089d8559f0633dc49b67b95309681c84cae /bfd/ihex.c
parentae1a89b7c442e5d7025309820c65c2d849870957 (diff)
downloadbinutils-ca09e32bb218843d120213458d387c84c185a187.zip
binutils-ca09e32bb218843d120213458d387c84c185a187.tar.gz
binutils-ca09e32bb218843d120213458d387c84c185a187.tar.bz2
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 8bb5134..0b02e6d 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;