diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-04 10:34:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-05-05 23:35:06 +0200 |
commit | a940826162dc93f5543f81fc8fe5d8618c4a6efb (patch) | |
tree | df64a2f1cda70234e4f77d7d86cf5ccc9c88b99f /android | |
parent | 942f50e7d379ba5137f4a64d39bd06d6decad9e8 (diff) |
Fix typos
To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108
and f12096272e684ddcd8ffa4e34dcb0a680cc594c2
Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03
Reviewed-on: https://gerrit.libreoffice.org/37199
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'android')
-rw-r--r-- | android/Makefile | 2 |
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 |