]> git.proxmox.com Git - cargo.git/commitdiff
Fix typo
authorMasato Mouri <13274198+mouri111@users.noreply.github.com>
Thu, 22 Aug 2019 01:49:26 +0000 (10:49 +0900)
committerMasato Mouri <13274198+mouri111@users.noreply.github.com>
Thu, 22 Aug 2019 01:49:26 +0000 (10:49 +0900)
src/doc/src/reference/config.md

index 1d9a55cdc575c9a74aead8e4caf5751336bfd4c2..c4d8799695f78a3f23caba771f4f6596e5e89ccf 100644 (file)
@@ -54,7 +54,7 @@ email = "..."
 
 # By default `cargo new` will initialize a new Git repository. This key can
 # be set to change the version control system used. Valid values are `git`,
-# `hg` (for Mecurial), `pijul`, `fossil`, or `none` to disable this behavior.
+# `hg` (for Mercurial), `pijul`, `fossil`, or `none` to disable this behavior.
 vcs = "none"
 
 # For the following sections, $triple refers to any valid target triple, not the