Rollup merge of #31340 - pra85:patch-1, r=alexcrichton

Spelling mistake -
`familliar` > `familiar`
This commit is contained in:
Steve Klabnik 2016-02-02 00:32:19 -05:00
commit 0b8c71379c

View File

@ -569,7 +569,7 @@ executable application, as opposed to a library. Executables are often called
*binaries* (as in `/usr/bin`, if youre on a Unix system).
Cargo has generated two files and one directory for us: a `Cargo.toml` and a
*src* directory with a *main.rs* file inside. These should look familliar,
*src* directory with a *main.rs* file inside. These should look familiar,
theyre exactly what we created by hand, above.
This output is all you need to get started. First, open `Cargo.toml`. It should