From d96bedd0d9f9ae0ba9af60bd25d492ce5e961ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 25 Apr 2022 07:59:35 +0200 Subject: [PATCH] Fix typo --- usbrly82/integrationpluginusbrly82.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbrly82/integrationpluginusbrly82.h b/usbrly82/integrationpluginusbrly82.h index 4c0a694c..811c337e 100644 --- a/usbrly82/integrationpluginusbrly82.h +++ b/usbrly82/integrationpluginusbrly82.h @@ -62,7 +62,7 @@ private slots: void onSerialPortAdded(const SerialPortMonitor::SerialPortInfo &serialPortInfo); void onSerialPortRemoved(const SerialPortMonitor::SerialPortInfo &serialPortInfo); - void updateDigitalInuts(Thing *thing); + void updateDigitalInputs(Thing *thing); }; #endif // INTEGRATIONPLUGINUSBRLY82_H