This closes #121
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/ff2476a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ff2476a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/ff2476a1 Branch: refs/heads/develop Commit: ff2476a1caf564266a6beb766d2026dbbd0c2ad4 Parents: 6077ca7 Author: aditihilbert <[email protected]> Authored: Fri Nov 11 15:54:28 2016 -0800 Committer: aditihilbert <[email protected]> Committed: Fri Nov 11 15:54:28 2016 -0800 ---------------------------------------------------------------------- docs/newt/install/newt_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ff2476a1/docs/newt/install/newt_linux.md ---------------------------------------------------------------------- diff --git a/docs/newt/install/newt_linux.md b/docs/newt/install/newt_linux.md index 43f3170..f8147c4 100644 --- a/docs/newt/install/newt_linux.md +++ b/docs/newt/install/newt_linux.md @@ -19,7 +19,7 @@ If you want to build the *newt* tool from its source code, follow the following #### 2. Install Go, the programming language -* Go language environment dictates a directory structure. Known in Go parlanace as workspace, it must contain three sibling directories with the directory names src, pkg and bin, as explained below. +* Go language environment dictates a directory structure. Known in Go parlance as a workspace, it must contain three sibling directories with the directory names src, pkg and bin, as explained below. * src contains Go source files organized into packages (one package per directory),
