diff mbox series

[bug#35637] doc: Fix typo.

Message ID 20190508152252.30990-1-josh@inv.alid.pw
State Accepted
Headers show
Series [bug#35637] doc: Fix typo. | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied

Commit Message

Josh Holland May 8, 2019, 3:22 p.m. UTC
* doc/guix.texi: (cargo-build-system): Correct Carto.toml
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arun Isaac May 9, 2019, 7:25 a.m. UTC | #1
Pushed to master with a slight punctuation change to the commit message
and after adding a copyright header for you. Thanks!
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 1caecfc3e4..f5d63af494 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5778,7 +5778,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