From 0f681cd4b51a06b846324be51532150e89942344 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 7 Jan 2021 23:09:37 +0100
Subject: [PATCH 8/9] runtests.pl: fix comment

---
 tests/runtests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index 0e0e26c3c..7d59de84b 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2252,7 +2252,7 @@ sub runsshserver {
 }
 
 #######################################################################
-# Start the socks server
+# Start the MQTT server
 #
 sub runmqttserver {
     my ($id, $verbose, $ipv6) = @_;
-- 
2.30.0


