diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-23 20:49:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-23 20:50:59 +0200 |
commit | 46a8b76ce7d861ff39211536b91dbef9ed7701b5 (patch) | |
tree | 08836becb928997aa3fa00f31f23acfec7295d74 /doc | |
parent | a0bd918116c60253f44e2baf83196e8fdca04324 (diff) | |
download | guix-46a8b76ce7d861ff39211536b91dbef9ed7701b5.tar guix-46a8b76ce7d861ff39211536b91dbef9ed7701b5.tar.gz |
doc: Fix typo.
* doc/guix.texi (Build Systems): Fix/spoil ‘libary’ typo/joke.
Diffstat (limited to 'doc')
-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 d3170bb46e..093199c63b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6181,7 +6181,7 @@ package, correctly capitalized. For packages requiring shared library dependencies, you may need to write the @file{/deps/deps.jl} file manually. It's usually a line of @code{const -variable = /gnu/store/libary.so} for each dependency, plus a void function +variable = /gnu/store/library.so} for each dependency, plus a void function @code{check_deps() = nothing}. Some older packages that aren't using @file{Package.toml} yet, will require |