diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 11:18:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:28 +0100 |
commit | 52780ddb3e0f285fbe9cc3918f507ecfa56eaf8e (patch) | |
tree | 4a09e4dc5c3e468fe45b33c689b0a2c65f166f9a /documentation/dev-manual | |
parent | ee198802a348b167bad6f69904b5ca232934dfde (diff) | |
download | poky-52780ddb3e0f285fbe9cc3918f507ecfa56eaf8e.tar.gz |
documentation: dev-manual - grammar fix.
(From yocto-docs rev: 8611504763fe3d1e8fb95ceb06416e78203741b8)
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-newbie.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index b2ed2da20a..de4abcc635 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -345,7 +345,8 @@ | |||
345 | <para id='source-directory'><emphasis>Source Directory:</emphasis> | 345 | <para id='source-directory'><emphasis>Source Directory:</emphasis> |
346 | This term refers to the directory structure created as a result of either downloading | 346 | This term refers to the directory structure created as a result of either downloading |
347 | and unpacking a Yocto Project release tarball or creating a local copy of | 347 | and unpacking a Yocto Project release tarball or creating a local copy of |
348 | <filename>poky</filename> Git repository <filename>git://git.yoctoproject.org/poky</filename>. | 348 | the <filename>poky</filename> Git repository |
349 | <filename>git://git.yoctoproject.org/poky</filename>. | ||
349 | Sometimes you might here the term "poky directory" used to refer to this | 350 | Sometimes you might here the term "poky directory" used to refer to this |
350 | directory structure.</para> | 351 | directory structure.</para> |
351 | 352 | ||