From 86ceabbee22b8ff2747d97d4795a9b3a1dd24761 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 8 Feb 2013 14:06:40 -0500 Subject: [PATCH] client: Fix typo --- client/hostinfo_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/hostinfo_win.cpp b/client/hostinfo_win.cpp index 7a80901c86..dac7203a9e 100644 --- a/client/hostinfo_win.cpp +++ b/client/hostinfo_win.cpp @@ -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) {