From ca09e32bb218843d120213458d387c84c185a187 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 30 Jan 2002 16:07:28 +0000 Subject: Fixes for better translation into other languages --- bfd/ihex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/ihex.c') 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; -- cgit v1.1