summaryrefslogtreecommitdiffstats
path: root/user/start/basics.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-24 09:33:29 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:27 -0400
commita34c157d08ef2beaf7ff0f6930a0fce5ecf581cb (patch)
tree674b289af24f7d58264ebfa4eb571f9680d8a6c0 /user/start/basics.rst
parentFix bad formatting that somehow went into the doco. (diff)
downloadrtems-docs-a34c157d08ef2beaf7ff0f6930a0fce5ecf581cb.tar.bz2
Corrections from Worth Burruss. Many thanks.
Diffstat (limited to 'user/start/basics.rst')
-rw-r--r--user/start/basics.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/start/basics.rst b/user/start/basics.rst
index 5a6bd4e..fad3e83 100644
--- a/user/start/basics.rst
+++ b/user/start/basics.rst
@@ -1,12 +1,12 @@
.. comment: Copyright (c) 2016 Chris Johns <chrisj@rtems.org>
.. comment: All rights reserved.
-.. _prefixs:
+.. _prefixes:
Prefixes
========
-You will see the term **prefix** referred to though out this documentation and
+You will see the term **prefix** referred to thoughout this documentation and
in a wide number of software packages you can download from the internet. A
**prefix** is a path on your computer a software package is built and installed
under. Packages that have a **prefix** will place all parts under the *prefix
@@ -45,10 +45,10 @@ Project Sandboxing
==================
Project specific sandboxes let you have a number of projects running in
-parallel with each project in its own sandbox. You simlpy have a prefix per
+parallel with each project in its own sandbox. You simply have a prefix per
project and under that prefix you create a simple yet repeatable structure.
-As an exapmle lets say I have a large disk mounted under :file:`/bd` for *Big
+As an example lets say I have a large disk mounted under :file:`/bd` for *Big
Disk*. As ``root`` create a directory called ``projects`` and give the
directory suitable permissions to be writable by you as a user.