diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 10:22:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:27 +0100 |
commit | 33547c2f0c67fb35007a4568fb0346f758cb0242 (patch) | |
tree | 68876cfe1f4cb91b36992ca037952959a08a90e1 /documentation | |
parent | 655264abcfe90dd72c5fe02a6113d6eebf222b56 (diff) | |
download | poky-33547c2f0c67fb35007a4568fb0346f758cb0242.tar.gz |
documentation: dev-manual - grammar fix.
(From yocto-docs rev: a601b39d93d036a0e54f5e4f0b8d0bb052c5ef98)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 529424e521..96db505d26 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -80,7 +80,7 @@ | |||
80 | </para> | 80 | </para> |
81 | 81 | ||
82 | <para> | 82 | <para> |
83 | You can tie incremental builds to a commit hook that triggers the build | 83 | You can tie an incremental build to a commit hook that triggers the build |
84 | each time a commit is made to the metadata. | 84 | each time a commit is made to the metadata. |
85 | This practice results in useful acid tests that determine whether a given commit | 85 | This practice results in useful acid tests that determine whether a given commit |
86 | breaks the build in some serious way. | 86 | breaks the build in some serious way. |