[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Fix typo.
From: |
guix-commits |
Subject: |
01/01: doc: Fix typo. |
Date: |
Thu, 9 May 2019 03:24:35 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit 4ac8dd43f02637800d99a7f82d75069cfff91326
Author: Josh Holland <address@hidden>
Date: Wed May 8 16:22:52 2019 +0100
doc: Fix typo.
* doc/guix.texi (cargo-build-system): Correct Carto.toml.
Signed-off-by: Arun Isaac <address@hidden>
---
doc/guix.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 1caecfc..df72082 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -62,6 +62,7 @@ Copyright @copyright{} 2018 Gábor address@hidden
Copyright @copyright{} 2018 Florian address@hidden
Copyright @copyright{} 2018 Laura address@hidden
Copyright @copyright{} 2018 Alex address@hidden
+Copyright @copyright{} 2019 Josh address@hidden
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