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>
This commit is contained in:
Scott Rifenbark 2016-09-22 16:07:13 -07:00 committed by Richard Purdie
parent f12825d4bf
commit dda8ed0662
1 changed files with 1 additions and 1 deletions

View File

@ -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>