Correct a spelling mistake in the binutils README file.
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 5708814..cd075e7 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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.
diff --git a/binutils/README b/binutils/README
index b88678a..5120503 100644
--- a/binutils/README
+++ b/binutils/README
@@ -110,7 +110,7 @@
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