aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-03-31 14:20:26 -0400
committerLeo Famulari <leo@famulari.name>2021-03-31 14:21:15 -0400
commit94a463e0a5bd571cf908fc413d9c43b8f12f1757 (patch)
tree601ff146b0d2717490affc1cd1176ab862c0e386
parentce4ffdef9c081d8428ea6da115d072235b00d2e1 (diff)
downloadguix-94a463e0a5bd571cf908fc413d9c43b8f12f1757.tar
guix-94a463e0a5bd571cf908fc413d9c43b8f12f1757.tar.gz
doc: Fix a typo in the Julia build system section.
* doc/guix.texi (julia-build-system): Fix typo.
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index af8a5149d8..f08c529c63 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7763,7 +7763,7 @@ The Julia package name is read from the file @file{Project.toml}. This
value can be overridden by passing the argument @code{#:julia-package-name}
(which must be correctly capitalized).
-Julia packages usually manage they binary dependencies via
+Julia packages usually manage their binary dependencies via
@code{JLLWrappers.jl}, a Julia package that creates a module (named
after the wrapped library followed by @code{_jll.jl}.