summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/Makefile b/android/Makefile
index 5d877d417d12..288932bbe1b6 100644
--- a/android/Makefile
+++ b/android/Makefile
@@ -16,7 +16,7 @@ SIGNED_APK := $(BUILDDIR)/android/source/bin/LibreOfficeViewer.apk
RELEASE_APK_USAGE := echo; echo "Usage: make versionCode=<version_num+1> exampleDocument=</absolute/path/example.odt> key=<key_name> release-apk"
release-apk: build
- # versionCode and key are mandatory, examplDocument is not
+ # versionCode and key are mandatory, exampleDocument is not
@if test -z "$(versionCode)" ; then $(RELEASE_APK_USAGE) ; exit 1 ; fi
@if test -z "$(key)" ; then $(RELEASE_APK_USAGE) ; exit 1 ; fi