public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Fix typo in error message
@ 2012-07-01  8:23 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2012-07-01  8:23 UTC (permalink / raw)
  To: binutils

Committed.

Andreas.

	* elf.c (_bfd_elf_make_section_from_shdr): Fix typo in error
	message.

diff --git a/bfd/elf.c b/bfd/elf.c
index 1a53548..cb3f72f 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -1038,7 +1038,7 @@ _bfd_elf_make_section_from_shdr (bfd *abfd,
 	  if (!bfd_init_section_compress_status (abfd, newsect))
 	    {
 	      (*_bfd_error_handler)
-		(_("%B: unable to initialize commpress status for section %s"),
+		(_("%B: unable to initialize compress status for section %s"),
 		 abfd, name);
 	      return FALSE;
 	    }
@@ -1058,7 +1058,7 @@ _bfd_elf_make_section_from_shdr (bfd *abfd,
 	  if (!bfd_init_section_decompress_status (abfd, newsect))
 	    {
 	      (*_bfd_error_handler)
-		(_("%B: unable to initialize decommpress status for section %s"),
+		(_("%B: unable to initialize decompress status for section %s"),
 		 abfd, name);
 	      return FALSE;
 	    }
-- 
1.7.11.1

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-01  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-01  8:23 Fix typo in error message Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).