[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: doc: Fix typo.
From: |
guix-commits |
Subject: |
02/02: doc: Fix typo. |
Date: |
Mon, 23 Sep 2019 14:51:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 46a8b76ce7d861ff39211536b91dbef9ed7701b5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Sep 23 20:49:19 2019 +0200
doc: Fix typo.
* doc/guix.texi (Build Systems): Fix/spoil ‘libary’ typo/joke.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index d3170bb..093199c 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