Correct a spelling mistake in the binutils README file.
authorEnze Li <enze.li@gmx.com>
Tue, 9 May 2023 10:44:22 +0000 (11:44 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 9 May 2023 10:44:22 +0000 (11:44 +0100)
binutils/ChangeLog
binutils/README

index 57088149653233394abb11949e59f3bdc5f917c1..cd075e7268a798e7bc93b2dc5e2c5debe80a6f7f 100644 (file)
@@ -1,3 +1,7 @@
+2023-05-09  Enze Li  <enze.li@gmx.com>
+
+       * README:  Correct a typo.
+
 2023-05-02  Nick Clifton  <nickc@redhat.com>
 
        * MAINTAINERS: Remove Dimity Diky as MSP430 maintainer.
index b88678a1d68e1e1c3b4e08e0cf7598cecc9bd9ba..5120503b80f891908f3c51b160b9d4966e6349dd 100644 (file)
@@ -110,7 +110,7 @@ Native Language Support
 By default Native Language Support will be enabled for binutils.  On
 some systems however this support is not present and can lead to error
 messages such as "undefined reference to `libintl_gettext'" when
-building there tools.  If that happens the NLS support can be disabled
+building these tools.  If that happens the NLS support can be disabled
 by adding the --disable-nls switch to the configure line like this:
 
        ../binutils-XXX/configure --disable-nls