From 2043cd8623a81c6ee4bf722dd81a02368a2727cf Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Mon, 1 Feb 2016 12:15:33 +0530 Subject: [PATCH] Fix typo in doc/book/getting-started.md Spelling mistake - `familliar` > `familiar` --- src/doc/book/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md index d7b6e15794ef4..e0ea42ce0cbdb 100644 --- a/src/doc/book/getting-started.md +++ b/src/doc/book/getting-started.md @@ -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