From a842e7b5cc66311c6cff51f3e07d1c7930b8153a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 26 Oct 2012 10:53:32 +0200 Subject: fix comment typo --- tests/test-device.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-device.cc b/tests/test-device.cc index c310a58..88c43fc 100644 --- a/tests/test-device.cc +++ b/tests/test-device.cc @@ -584,7 +584,7 @@ TEST_F(DeviceTest, ChoosePrimary) set_device_charge_state (b, UP_DEVICE_STATE_DISCHARGING, 100, 50.0); ASSERT_EQ (a, indicator_power_choose_primary_device(devices)); - /* Both are charging, have the same charge percentage, and differnt times left (to charge). + /* Both are charging, have the same charge percentage, and different times left (to charge). * Confirm that the one with the most time left is chosen. */ set_device_charge_state (a, UP_DEVICE_STATE_CHARGING, 49, 50.0); set_device_charge_state (b, UP_DEVICE_STATE_CHARGING, 50, 50.0); -- cgit v1.2.3