diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index cf5471ee1b..4a22590ef9 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -23,7 +23,7 @@
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.
@@ -149,7 +149,7 @@
for a
Yocto Project Discussions mailing list about the Poky build system.
- 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.Internet Relay Chat (IRC):
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 763582d874..4dc2cfca00 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -60,7 +60,7 @@
Packages: The Yocto Project requires certain packages
exist on your development system (e.g. Python 2.6 or 2.7).
See "The Packages"
- 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.Yocto Project Release:
@@ -272,7 +272,7 @@
previous section.Initialize the build environment by sourcing a build environment
script.
- Optionally ensure the /conf/local.conf configuration file,
+ Optionally ensure the conf/local.conf configuration file,
which is found in the
Yocto Project Build Directory,
is set up how you want it.
@@ -370,7 +370,7 @@
that runs with the root password disabled.
This allows you to use standard ssh and
scp commands.
- The QEMU images also contain an embedded Network Files
+ 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.