summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-07-02 23:14:15 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-04 23:00:36 +0200
commita2b22cae4fca3e7ff8b51677ef61c54a81205f63 (patch)
tree943cbdecde541851517cdea4280a3693e2e5140a /doc
parentbaed9476a6381ea9b35b1aab731102da2eef2ebd (diff)
downloadguix-patches-a2b22cae4fca3e7ff8b51677ef61c54a81205f63.tar
guix-patches-a2b22cae4fca3e7ff8b51677ef61c54a81205f63.tar.gz
doc: Fix typo.
* doc/guix.texi (Build Systems): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8681645021..1086d3220b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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''