diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-09 11:58:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-10 15:18:13 +0100 |
commit | c201ab498534dcfd0316d962a1a49706b039a7a9 (patch) | |
tree | 69464e5a218ba54b377ba1865971cefad80b6ed3 /documentation/dev-manual | |
parent | dc8c3c7b6e0cbd55d7b5d3273ff7bc71c3ac7ce5 (diff) | |
download | poky-c201ab498534dcfd0316d962a1a49706b039a7a9.tar.gz |
documentation: dev-manual - fixed typo.
(From yocto-docs rev: 902db5c68b1b0670600f06731b95e1e32c687475)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index ab14ebd4d4..9d73f8e4f5 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -580,7 +580,7 @@ | |||
580 | </para></listitem> | 580 | </para></listitem> |
581 | <listitem><para><emphasis>Test and Debug the Application</emphasis>: | 581 | <listitem><para><emphasis>Test and Debug the Application</emphasis>: |
582 | Once your application is deployed, you need to test it. | 582 | Once your application is deployed, you need to test it. |
583 | Within the Eclipse IDE, you can use the debubbing environment along with the | 583 | Within the Eclipse IDE, you can use the debugging environment along with the |
584 | set of user-space tools installed along with the ADT to debug your application. | 584 | set of user-space tools installed along with the ADT to debug your application. |
585 | Of course, the same user-space tools are available separately if you choose | 585 | Of course, the same user-space tools are available separately if you choose |
586 | not to use the Eclipse IDE.</para></listitem> | 586 | not to use the Eclipse IDE.</para></listitem> |