Fix typo in doc/book/getting-started.md

Spelling mistake -
`familliar` > `familiar`
This commit is contained in:
Prayag Verma 2016-02-01 12:15:33 +05:30
parent 094c5b0d61
commit 2043cd8623

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