client: Fix typo

This commit is contained in:
Rom Walton 2013-02-08 14:06:40 -05:00 committed by Oliver Bock
parent 61a9d9f05a
commit 86ceabbee2
1 changed files with 1 additions and 1 deletions

View File

@ -1329,7 +1329,7 @@ int HOST_INFO::get_host_battery_state() {
} else if (bIsBatteryCharging) {
return BATTERY_STATE_CHARGING;
}
return BATTERY_STATE_UNKNOwN;
return BATTERY_STATE_UNKNOWN;
}
bool HOST_INFO::users_idle(bool /*check_all_logins*/, double idle_time_to_run) {