Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f48d634 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Fix comment

Change-Id: Ic0fd15d0b1b4d2c24eb177a6b22e0cc08ec1de99
parent 013ccb70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ public final class TextServicesManager {
        try {
            sService.setSpellCheckerEnabled(enabled);
        } catch (RemoteException e) {
            Log.e(TAG, "Error in setSpellCheckerSubtype:" + e);
            Log.e(TAG, "Error in setSpellCheckerEnabled:" + e);
        }
    }

@@ -234,7 +234,7 @@ public final class TextServicesManager {
        try {
            return sService.isSpellCheckerEnabled();
        } catch (RemoteException e) {
            Log.e(TAG, "Error in setSpellCheckerSubtype:" + e);
            Log.e(TAG, "Error in isSpellCheckerEnabled:" + e);
            return false;
        }
    }