aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-22 16:07:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-06 11:39:37 +0100
commitdda8ed0662db513f91a260a49be63ed013c28054 (patch)
tree5d6a47d9548d809f2cdad4d6c5f4f48c25e46352 /bitbake
parentf12825d4bf7091576856650123c7d7614b9089af (diff)
downloadopenembedded-core-contrib-dda8ed0662db513f91a260a49be63ed013c28054.tar.gz
bitbake: bitbake-user-manual: Fixed grammar from missing word
Fixes [YOCTO #10293] I omitted the work "quote" and needed to have it there. (Bitbake rev: 5087d856a39fd7be9716d1a2c185fc764f63f2c7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index ada4e22d66..47691af3b3 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -49,7 +49,7 @@
You can use single quotes instead of double quotes
when setting a variable's value.
Doing so allows you to use values that contain the double
- character:
+ quote character:
<literallayout class='monospaced'>
VARIABLE = 'I have a " in my value'
</literallayout>