doc: Fix typo.
authorLudovic Courtès <ludo@gnu.org>
Fri, 2 Jul 2021 21:14:15 +0000 (23:14 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 4 Jul 2021 21:00:36 +0000 (23:00 +0200)
* doc/guix.texi (Build Systems): Fix typo.

doc/guix.texi

index 8681645..1086d32 100644 (file)
@@ -7377,7 +7377,7 @@ the @code{RUNPATH} of ELF binaries (@code{.so} shared libraries as well
 as executables) previously installed by the @code{install} phase.
 
 This validation step consists in making sure that all the shared
-libraries needed by an ELF binaries, which are listed as
+libraries needed by an ELF binary, which are listed as
 @code{DT_NEEDED} entries in its @code{PT_DYNAMIC} segment, appear in the
 @code{DT_RUNPATH} entry of that binary.  In other words, it ensures that
 running or using those binaries will not result in a ``file not found''