diff options
author | Josh Holland <josh@inv.alid.pw> | 2019-05-08 16:22:52 +0100 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2019-05-09 12:54:18 +0530 |
commit | 4ac8dd43f02637800d99a7f82d75069cfff91326 (patch) | |
tree | 00a7c69e50e144b3bd4fdaafceed0e0efdde7fd4 /doc | |
parent | 387e6b9e340ce4b401f220f72881415623a466f7 (diff) | |
download | guix-4ac8dd43f02637800d99a7f82d75069cfff91326.tar guix-4ac8dd43f02637800d99a7f82d75069cfff91326.tar.gz |
doc: Fix typo.
* doc/guix.texi (cargo-build-system): Correct Carto.toml.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1caecfc3e4..df7208229c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -62,6 +62,7 @@ Copyright @copyright{} 2018 Gábor Boskovits@* Copyright @copyright{} 2018 Florian Pelz@* Copyright @copyright{} 2018 Laura Lazzati@* Copyright @copyright{} 2018 Alex Vong@* +Copyright @copyright{} 2019 Josh Holland@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -5778,7 +5779,7 @@ supports builds of packages using Cargo, the build tool of the @uref{https://www.rust-lang.org, Rust programming language}. In its @code{configure} phase, this build system replaces dependencies -specified in the @file{Carto.toml} file with inputs to the Guix package. +specified in the @file{Cargo.toml} file with inputs to the Guix package. The @code{install} phase installs the binaries, and it also installs the source code and @file{Cargo.toml} file. @end defvr |