summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-01-23 15:11:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 23:30:07 +0000
commit50afcab054b2d93be96bfd3c224affebcab023cc (patch)
tree37f21a716ebc6a0791a49f01f8b0c6d5bcc71912
parente3b7e8430cb207756b59b32128aa3cef6a626fa1 (diff)
downloadbitbake-contrib-50afcab054b2d93be96bfd3c224affebcab023cc.tar.gz
bitbake-user-manual: Fixed small typo in "Events" section
There was a stra quote character after the word database and I removed it. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 d1b93bc07..1d1e5b35f 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -2017,7 +2017,7 @@
With the <filename>getName(e)</filename> method, you can get
the name of the triggered event.
The global datastore is available as "d".
- In legacy code, you might see "e.data" used to get the datastore".
+ In legacy code, you might see "e.data" used to get the datastore.
However, realize that "e.data" is deprecated and you should use
"d" going forward.
</para>