]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in doc/book/getting-started.md
authorPrayag Verma <prayag.verma@gmail.com>
Mon, 1 Feb 2016 06:45:33 +0000 (12:15 +0530)
committerPrayag Verma <prayag.verma@gmail.com>
Mon, 1 Feb 2016 06:45:33 +0000 (12:15 +0530)
Spelling mistake -
`familliar` > `familiar`

src/doc/book/getting-started.md

index d7b6e15794ef4f9f831c1700a847b8438016183f..e0ea42ce0cbdb30c9b2fa484bf313b545f694e7b 100644 (file)
@@ -569,7 +569,7 @@ executable application, as opposed to a library. Executables are often called
 *binaries* (as in `/usr/bin`, if you’re 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,
 they’re exactly what we created by hand, above.
 
 This output is all you need to get started. First, open `Cargo.toml`. It should