summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-06-19 07:08:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:03:07 +0100
commita291d007b697c9d5bfe223f737455f6a61bdaf8f (patch)
tree0e1788ff7d9aa10ceae96ffd43ee3859f46cbf1a /documentation/dev-manual
parent356ac1f9d79b5be1c6f53f547d6c32760b10b837 (diff)
downloadast2050-yocto-poky-a291d007b697c9d5bfe223f737455f6a61bdaf8f.zip
ast2050-yocto-poky-a291d007b697c9d5bfe223f737455f6a61bdaf8f.tar.gz
documenation//dev-manual: Typos fixed.
Some minor typoes in first couple chapters (From yocto-docs rev: 36618cc6a261a994b00c5c524c76cbf3952a2eae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml4
-rw-r--r--documentation/dev-manual/dev-manual-start.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index cf5471e..4a22590 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -23,7 +23,7 @@
<para>
The Yocto Project Development Manual, however, does provide detailed examples on how to create a
- Board Support Package (BSP), change the kernel source code, and re-configure the kernel.
+ Board Support Package (BSP), change the kernel source code, and reconfigure the kernel.
You can find this information in the appendices of the manual.
</para>
</section>
@@ -149,7 +149,7 @@
<listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> for a
Yocto Project Discussions mailing list about the Poky build system.</para></listitem>
<listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink>
- for a mailing list to receive offical Yocto Project announcements for developments and
+ for a mailing list to receive official Yocto Project announcements for developments and
as well as Yocto Project milestones.</para></listitem>
</itemizedlist></para></listitem>
<listitem><para><emphasis>Internet Relay Chat (IRC):</emphasis>
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 763582d..4dc2cfc 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -60,7 +60,7 @@
<listitem><para><emphasis>Packages:</emphasis> The Yocto Project requires certain packages
exist on your development system (e.g. Python 2.6 or 2.7).
See "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>"
- section in the Yocto Project Quick start for the exact package
+ section in the Yocto Project Quick Start for the exact package
requirements and the installation commands to install them
for the supported distributions.</para></listitem>
<listitem id='local-yp-release'><para><emphasis>Yocto Project Release:</emphasis>
@@ -272,7 +272,7 @@
previous section.</para></listitem>
<listitem><para>Initialize the build environment by sourcing a build environment
script.</para></listitem>
- <listitem><para>Optionally ensure the <filename>/conf/local.conf</filename> configuration file,
+ <listitem><para>Optionally ensure the <filename>conf/local.conf</filename> configuration file,
which is found in the
<link linkend='yocto-project-build-directory'>Yocto Project Build Directory</link>,
is set up how you want it.
@@ -370,7 +370,7 @@
that runs with the root password disabled.
This allows you to use standard <filename>ssh</filename> and
<filename>scp</filename> commands.</para></listitem>
- <listitem><para>The QEMU images also contain an embedded Network Files
+ <listitem><para>The QEMU images also contain an embedded Network File
System (NFS) server that exports the image's root filesystem.
This allows you to make the filesystem available to the
host.</para></listitem>
OpenPOWER on IntegriCloud