Skip to content
Snippets Groups Projects
Commit ceaca96b authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Fix miss spelling"

parents 43046fef 9111d76c
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,6 @@ public class LatinImeLogger implements SharedPreferences.OnSharedPreferenceChang
public static void onSetKeyboard(Keyboard kb) {
}
public static void onPrintAllUsabilityStudtyLogs() {
public static void onPrintAllUsabilityStudyLogs() {
}
}
......@@ -306,7 +306,7 @@ public class Utils {
break;
}
UsabilityStudyLogUtils.getInstance().write(inputChar + "\t" + x + "\t" + y);
LatinImeLogger.onPrintAllUsabilityStudtyLogs();
LatinImeLogger.onPrintAllUsabilityStudyLogs();
}
public void write(final String log) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment