diff options
author | Naoki Hayama <naoki.hayama@lineo.co.jp> | 2020-10-12 14:44:15 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:12:06 +0100 |
commit | abf85840ab9925825d9d5148f0baf6eb504236ef (patch) | |
tree | 54cbfa9bda77c20a4025a1de746b8ab271dca326 /documentation/test-manual/test-manual-understand-autobuilder.rst | |
parent | dfc54a477bca7773d075041156897867cfc8ad67 (diff) | |
download | poky-abf85840ab9925825d9d5148f0baf6eb504236ef.tar.gz |
dev/test/ref-manual: Fix typos
Fix some typos.
s/necesary/necessary/
s/overriden/overridden/
(From yocto-docs rev: f4ce6ae80b1d96f9b8bead013642aeda0c776182)
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual/test-manual-understand-autobuilder.rst')
-rw-r--r-- | documentation/test-manual/test-manual-understand-autobuilder.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/test-manual-understand-autobuilder.rst b/documentation/test-manual/test-manual-understand-autobuilder.rst index de267776ca..2444333761 100644 --- a/documentation/test-manual/test-manual-understand-autobuilder.rst +++ b/documentation/test-manual/test-manual-understand-autobuilder.rst | |||
@@ -164,7 +164,7 @@ Cloning repositories from scratch each time they are required was slow | |||
164 | on the Autobuilder. We therefore have a stash of commonly used | 164 | on the Autobuilder. We therefore have a stash of commonly used |
165 | repositories pre-cloned on the Workers. Data is fetched from these | 165 | repositories pre-cloned on the Workers. Data is fetched from these |
166 | during clones first, then "topped up" with later revisions from any | 166 | during clones first, then "topped up" with later revisions from any |
167 | upstream when necesary. The cache is maintained by the Autobuilder | 167 | upstream when necessary. The cache is maintained by the Autobuilder |
168 | Worker Janitor. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. | 168 | Worker Janitor. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. |
169 | 169 | ||
170 | .. _test-autobuilder-worker-janitor: | 170 | .. _test-autobuilder-worker-janitor: |