diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-30 16:07:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-30 16:07:28 +0000 |
commit | ca09e32bb218843d120213458d387c84c185a187 (patch) | |
tree | f3fe9089d8559f0633dc49b67b95309681c84cae /bfd/ihex.c | |
parent | ae1a89b7c442e5d7025309820c65c2d849870957 (diff) | |
download | gdb-ca09e32bb218843d120213458d387c84c185a187.zip gdb-ca09e32bb218843d120213458d387c84c185a187.tar.gz gdb-ca09e32bb218843d120213458d387c84c185a187.tar.bz2 |
Fixes for better translation into other languages
Diffstat (limited to 'bfd/ihex.c')
-rw-r--r-- | bfd/ihex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |