docs: fix a typo

In section "5.3. GCC-13.2.0 - Pass 1",
the string "The are not strictly needed"
should have "They".

Fix that.
This commit is contained in:
Andrew Kreimer 2024-08-09 17:01:15 +03:00 committed by Xi Ruoyao
parent 93bffa3abf
commit a18957940c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -139,7 +139,7 @@ cd build</userinput></screen>
<listitem>
<para>Those switches allow GCC to compile programs with
some hardening security features (more information on those in
the <xref linkend="pie-ssp-info"/> in chapter 8) by default. The
the <xref linkend="pie-ssp-info"/> in chapter 8) by default. They
are not strictly needed at this stage, since the compiler will
only produce temporary executables. But it is cleaner to have the
temporary packages be as close as possible to the final ones.