From 657db067345591cff6111ea880658cad6402c9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 15 Aug 2014 19:22:23 +0200 Subject: [PATCH] fixed spelling mistake --- plugins/deviceplugins/wemo/devicepluginwemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/deviceplugins/wemo/devicepluginwemo.cpp b/plugins/deviceplugins/wemo/devicepluginwemo.cpp index 054d0559..434333ad 100644 --- a/plugins/deviceplugins/wemo/devicepluginwemo.cpp +++ b/plugins/deviceplugins/wemo/devicepluginwemo.cpp @@ -337,7 +337,7 @@ void DevicePluginWemo::wemoSwitchStateChanged() if(m_wemoSwitches.contains(wemoSwitch)){ Device * device = m_wemoSwitches.value(wemoSwitch); device->setStateValue(powerStateTypeId, wemoSwitch->powerState()); - device->setStateValue(reachableStateTypeId, wemoSwitch->reachabel()); + device->setStateValue(reachableStateTypeId, wemoSwitch->reachable()); } }