diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index 1a98b048be..8076066f30 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -34,7 +34,7 @@
The first thing BitBake does is look for the bitbake.conf file.
Poky keeps this file in meta/conf/.
- BitBake finds it by examining the BBPATH environment
+ BitBake finds it by examining the BBPATH environment
variable and looking for the meta/conf/
directory.
@@ -42,7 +42,7 @@
In Poky, bitbake.conf lists other configuration
files to include from a conf/
- directory below the directories listed in BBPATH.
+ directory below the directories listed in BBPATH.
In general the most important configuration file from a user's perspective
is local.conf, which contains a user's customized
settings for Poky.
@@ -70,7 +70,7 @@
INHERIT
variable are also inculded.
Class files are searched for in a classes subdirectory
- under the paths in BBPATH in the same way as
+ under the paths in BBPATH in the same way as
configuration files.