From: Scott Rifenbark Date: Thu, 22 Sep 2016 23:07:13 +0000 (-0700) Subject: bitbake-user-manual: Fixed grammar from missing word X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5087d856a39fd7be9716d1a2c185fc764f63f2c7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake-user-manual: Fixed grammar from missing word Fixes [YOCTO #10293] I omitted the work "quote" and needed to have it there. Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index ada4e22d667..47691af3b34 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/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: VARIABLE = 'I have a " in my value'