]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake-user-manual: Fixed grammar from missing word
authorScott Rifenbark <srifenbark@gmail.com>
Thu, 22 Sep 2016 23:07:13 +0000 (16:07 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2016 10:39:37 +0000 (11:39 +0100)
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>
bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml

index ada4e22d66713d0ac0c58e5aecefbe01b8755bc4..47691af3b3477e27ecc5943186742beab2f92495 100644 (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>