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>
diff --git a/README.Android b/README.Android
index ac11fb9..4b8c8d2 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.