diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-01-23 15:11:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 23:30:15 +0000 |
commit | a0cc88dc661e2c30822767a59d3927e1624de24a (patch) | |
tree | ff46eb5845b834ba7324386899b4b36ef5ad9ca6 /bitbake/doc | |
parent | 000d2708b2e5dd2ea53132225fad41f8ddf95fc0 (diff) | |
download | poky-a0cc88dc661e2c30822767a59d3927e1624de24a.tar.gz |
bitbake: bitbake-user-manual: Fixed small typo in "Events" section
There was a stra quote character after the word database
and I removed it.
(Bitbake rev: 50afcab054b2d93be96bfd3c224affebcab023cc)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 2 |
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 d1b93bc076..1d1e5b35f0 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -2017,7 +2017,7 @@ | |||
2017 | With the <filename>getName(e)</filename> method, you can get | 2017 | With the <filename>getName(e)</filename> method, you can get |
2018 | the name of the triggered event. | 2018 | the name of the triggered event. |
2019 | The global datastore is available as "d". | 2019 | The global datastore is available as "d". |
2020 | In legacy code, you might see "e.data" used to get the datastore". | 2020 | In legacy code, you might see "e.data" used to get the datastore. |
2021 | However, realize that "e.data" is deprecated and you should use | 2021 | However, realize that "e.data" is deprecated and you should use |
2022 | "d" going forward. | 2022 | "d" going forward. |
2023 | </para> | 2023 | </para> |