summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
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 {