summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-03-21 19:55:50 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-03-22 22:49:47 +0200
commit2cbb41b3ab036504f66418b28559aa40fd773b61 (patch)
treeb26b5fecac2c6a36a19a7a7de21b3acc9d66175b /android
parentf52138deee9e129d0566f06d1d2138b6b159d16a (diff)
Edit a comment a bit
Diffstat (limited to 'android')
-rw-r--r--android/Bootstrap/src/org/libreoffice/android/Bootstrap.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java b/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
index ac5d027cb52a..8fbcee9b48d2 100644
--- a/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
+++ b/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
@@ -41,11 +41,11 @@ import java.io.File;
import java.util.Arrays;
import java.util.Scanner;
-// We override NativeActivity so that we can get at the intent of the
+// We extend NativeActivity so that we can get at the intent of the
// activity and its extra parameters, that we use to tell us what
// actual LibreOffice "program" to run. I.e. something that on desktop
-// OSes would be a program, but for Androis is actually built as a
-// shared object, with an "lo_main" function.
+// OSes would be a program, but for Android is actually built as a
+// shared object, with a "lo_main" function.
public class Bootstrap extends NativeActivity
{