diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-24 11:34:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:26 +0100 |
commit | 2b81f82edd618382134afc23beb7be72cf86e3f0 (patch) | |
tree | e7a9af04f7bec8ffc83e27e81cc8a47bd47c4bc4 /documentation | |
parent | 558c89900fab90e417e01cee0bf8a1f05889260d (diff) | |
download | poky-2b81f82edd618382134afc23beb7be72cf86e3f0.tar.gz |
overview-manual: Fixed grammar issue.
(From yocto-docs rev: a3075cdd5a3db1883dc358f7ccd6721d89677387)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml index 150768266a..bc383d8213 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.xml +++ b/documentation/overview-manual/overview-manual-yp-intro.xml | |||
@@ -1136,10 +1136,10 @@ | |||
1136 | or source code repositories systems such as Git. | 1136 | or source code repositories systems such as Git. |
1137 | </para></listitem> | 1137 | </para></listitem> |
1138 | <listitem><para> | 1138 | <listitem><para> |
1139 | Once downloaded, the build system extracts the sources | 1139 | Once source code is downloaded, the build system extracts |
1140 | into a local work area where patches are applied and | 1140 | the sources into a local work area where patches are |
1141 | common steps for configuring and compiling the software | 1141 | applied and common steps for configuring and compiling |
1142 | are run. | 1142 | the software are run. |
1143 | </para></listitem> | 1143 | </para></listitem> |
1144 | <listitem><para> | 1144 | <listitem><para> |
1145 | The build system then installs the software into a | 1145 | The build system then installs the software into a |