thermferm/mqtt.c

changeset 669
daa22055cd3d
parent 666
48cc8868f9f4
child 675
825210ba2707
--- a/thermferm/mqtt.c	Mon Apr 08 11:23:45 2024 +0200
+++ b/thermferm/mqtt.c	Mon Apr 08 13:16:42 2024 +0200
@@ -408,7 +408,7 @@
 			if (json_object_get_boolean(val) == true) {
 			    syslog(LOG_NOTICE, "MQTT: `Node Control/Reboot' command");
 			    /*
-			     * Reboot. The erver process will restart which is handled
+			     * Restart. The server process will restart which is handled
 			     * in the main thread loop.
 			     */
 			    my_reboot = my_shutdown = TRUE;

mercurial