diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-02-07 22:36:07 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-02-08 06:53:49 +0000 |
commit | 6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb (patch) | |
tree | c71c204dff5a2c69b04bdd8745e555e1f329e1f1 /android/source | |
parent | a86f46ec138e0215c6c82200ab5aea35fdb217b2 (diff) |
Fix typos
Change-Id: I4586168d3af81f047a4ded59fc6d257f17554885
Reviewed-on: https://gerrit.libreoffice.org/22194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'android/source')
-rw-r--r-- | android/source/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/AndroidManifest.xml b/android/source/AndroidManifest.xml index 25e824074ac9..d9d8e1ead395 100644 --- a/android/source/AndroidManifest.xml +++ b/android/source/AndroidManifest.xml @@ -51,7 +51,7 @@ <data android:mimeType="application/vnd.oasis.opendocument.text-template"/> <data android:mimeType="application/vnd.oasis.opendocument.spreadsheet-template"/> <data android:mimeType="application/vnd.oasis.opendocument.graphics-template"/> - <!-- Seems at least Anroid 5.0 does not recognize this as the mime type of .otp files. --> + <!-- Seems at least Android 5.0 does not recognize this as the mime type of .otp files. --> <data android:mimeType="application/vnd.oasis.opendocument.presentation-template"/> <!-- MS --> |