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

Commit 98dab839 authored by Veeti Paananen's avatar Veeti Paananen
Browse files

Fix misspelled comment

Change-Id: Id13737b3a40eeee70ec0816aebe551d34ce89691
parent 170a6dab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -640,7 +640,7 @@ public class PhoneStatusBar extends BaseStatusBar {
                    (DockBatteryController.DockBatteryStateChangeCallback) mCircleDockBattery;
            mDockBatteryController.addStateChangedCallback(callback);
        } else {
            // Remove dock battery icons if device doesn't hava dock battery support
            // Remove dock battery icons if the device doesn't have dock battery support
            ViewGroup cluster = (ViewGroup) mStatusBarView.findViewById(R.id.signal_battery_cluster);
            cluster.removeView(cluster.findViewById(R.id.dock_battery));
            cluster.removeView(cluster.findViewById(R.id.dock_battery_text));