diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-07-02 23:14:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-04 23:00:36 +0200 |
commit | a2b22cae4fca3e7ff8b51677ef61c54a81205f63 (patch) | |
tree | 943cbdecde541851517cdea4280a3693e2e5140a /doc/guix.texi | |
parent | baed9476a6381ea9b35b1aab731102da2eef2ebd (diff) |
doc: Fix typo.
* doc/guix.texi (Build Systems): Fix typo.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
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'' |