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 | |
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>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.rst | 2 | ||||
-rw-r--r-- | documentation/test-manual/test-manual-understand-autobuilder.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index bef8bf840f..43fe972ef4 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst | |||
@@ -9477,7 +9477,7 @@ been parsed. The variables include those from the configuration as well: | |||
9477 | 9477 | ||
9478 | In the output of ``bitbake -e``, each variable is preceded by a | 9478 | In the output of ``bitbake -e``, each variable is preceded by a |
9479 | description of how the variable got its value, including temporary | 9479 | description of how the variable got its value, including temporary |
9480 | values that were later overriden. This description also includes | 9480 | values that were later overridden. This description also includes |
9481 | variable flags (varflags) set on the variable. The output can be very | 9481 | variable flags (varflags) set on the variable. The output can be very |
9482 | helpful during debugging. | 9482 | helpful during debugging. |
9483 | 9483 | ||
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index 316e8aabf3..94e839926d 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst | |||
@@ -4660,7 +4660,7 @@ system and gives an overview of their function and contents. | |||
4660 | MACHINEOVERRIDES =. "qemuall:" | 4660 | MACHINEOVERRIDES =. "qemuall:" |
4661 | 4661 | ||
4662 | This | 4662 | This |
4663 | override allows variables to be overriden for all machines emulated | 4663 | override allows variables to be overridden for all machines emulated |
4664 | in QEMU, like in the following example from the ``connman-conf`` | 4664 | in QEMU, like in the following example from the ``connman-conf`` |
4665 | recipe: | 4665 | recipe: |
4666 | :: | 4666 | :: |
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: |