Skip to content

Commit 1c4dd01

Browse files
AJenboslouken
authored andcommitted
Spell "unknown" correctly
(cherry picked from commit ee37779) (cherry picked from commit d9b4b7d)
1 parent e9efcfb commit 1c4dd01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-project/app/src/main/java/org/libsdl/app/SDLActivity.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static void debugSource(int sources, String prefix) {
8989
| InputDevice.SOURCE_CLASS_POSITION
9090
| InputDevice.SOURCE_CLASS_TRACKBALL);
9191
92-
if (s2 != 0) cls += "Some_Unkown";
92+
if (s2 != 0) cls += "Some_Unknown";
9393
9494
s2 = s_copy & InputDevice.SOURCE_ANY; // keep source only, no class;
9595
@@ -163,7 +163,7 @@ public static void debugSource(int sources, String prefix) {
163163
if (s == FLAG_TAINTED) src += " FLAG_TAINTED";
164164
s2 &= ~FLAG_TAINTED;
165165
166-
if (s2 != 0) src += " Some_Unkown";
166+
if (s2 != 0) src += " Some_Unknown";
167167
168168
Log.v(TAG, prefix + "int=" + s_copy + " CLASS={" + cls + " } source(s):" + src);
169169
}

0 commit comments

Comments
 (0)