summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-01 11:52:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-02 15:21:41 +0100
commit319d3d387161182069e6d1b3db17ccb539d097ed (patch)
tree36f580db4f03ef3c114eef3a21ad81cbb3a77fca /doc
parentc79fab1be4898ec88bfddd4c4f84e76dc3a3125b (diff)
downloadbitbake-contrib-319d3d387161182069e6d1b3db17ccb539d097ed.tar.gz
bitbake-user-manual: Applied typo fix to "Override Style Operation Advantages"
Fixes [YOCTO #9985] Fixed an operator typo from ":=" to "+=" in the note at the bottom of the section. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index ce0e84db0..7ef848f00 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -334,7 +334,7 @@
FOO_append = "baz"
</literallayout>
The only effect of changing the second assignment in the
- previous example to use ":=" would be to add a space before
+ previous example to use "+=" would be to add a space before
"baz" in the appended value (due to how the "+=" operator
works).
</note>