Skip to content

Commit 4f4bfba

Browse files
committed
auto merge of #761 : kali/cargo/patch-1, r=alexcrichton
2 parents 908cfed + da7f506 commit 4f4bfba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
This document will explain how cargo's configuration system works, as well as
44
available keys or configuration. For configuration of a project through its
5-
manfest, see the [manifest format](manifest.html).
5+
manifest, see the [manifest format](manifest.html).
66

77
# Hierarchical structure
88

99
Cargo allows to have local configuration for a particular project or global
10-
configuration (like git). Cargo also extends this ability to a hirearchical
10+
configuration (like git). Cargo also extends this ability to a hierarchical
1111
strategy. If, for example, cargo were invoked in `/home/foo/bar/baz`, then the
1212
following configuration files would be probed for:
1313

0 commit comments

Comments
 (0)