summaryrefslogtreecommitdiff
path: root/README.Android
diff options
context:
space:
mode:
authorViktor Varga <vvarga90@gmail.com>2013-08-28 11:19:52 +0200
committerAndras Timar <atimar@suse.com>2013-08-28 09:22:01 +0000
commit9b1e83c4f5922029ca7cd61b73bd0f8695aadedb (patch)
tree49270989e64948e4359a7d09b684e55c15bbbc3f /README.Android
parent710eb05b0fe7a4396dcec169d15c337d1664e9d4 (diff)
typo fix
Change-Id: Ie57db4581bb10e5f7fbd5e7a6668574ab6dbc271 Reviewed-on: https://gerrit.libreoffice.org/5657 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'README.Android')
-rw-r--r--README.Android2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.Android b/README.Android
index ac11fb98b672..4b8c8d23d3c4 100644
--- a/README.Android
+++ b/README.Android
@@ -102,7 +102,7 @@ executable program, but as a shared object. The Java NativeActivity
bootstrapper loads that shared object with dlopen.
Anyway, our current "experimental" apps (DocumentLoader,
-LibreOffice4Android and LibreOfficeDesbktop) are not based on
+LibreOffice4Android and LibreOfficeDesktop) are not based on
NativeActivity any more. They have normal Java code for the activity,
and just call out to a single, app-specific native library (called
liblo-native-code.so) to do all the heavy lifting.