summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-31 22:25:36 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 11:08:45 +0100
commit5acfb93c6461589bcb5b92ae363b0aed6424b9a2 (patch)
tree6774201ea80fc47066e3e4b697df28a78e61a330 /android
parent01c43770b75fd4e48b2cda230feda37154f75bdd (diff)
Fix typos
Change-Id: Icb4f4d9039278318d5f7f6302d57957b2c02bdb8 Reviewed-on: https://gerrit.libreoffice.org/49069 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'android')
-rw-r--r--android/source/src/java/org/libreoffice/FontController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/src/java/org/libreoffice/FontController.java b/android/source/src/java/org/libreoffice/FontController.java
index 04fc6ccaa234..321b501e8891 100644
--- a/android/source/src/java/org/libreoffice/FontController.java
+++ b/android/source/src/java/org/libreoffice/FontController.java
@@ -152,7 +152,7 @@ public class FontController implements AdapterView.OnItemSelectedListener {
/*
* 0x00FFFFFF & color operation removes the alpha which is FF,
- * if we dont remove it, the color value becomes negative which is not recognized by LOK
+ * if we don't remove it, the color value becomes negative which is not recognized by LOK
*/
private void sendFontBackColorChange(int color){
try {