From 0f36720023c525680d3d72b7198b192cd782f35b Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Thu, 30 Aug 2018 12:44:04 -0400
Subject: [PATCH] testsuite: fix typo

---
 testsuite | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite b/testsuite
index b654557..5c25d9a 100755
--- a/testsuite
+++ b/testsuite
@@ -102,7 +102,7 @@ hints["monkeys.example"] = "127.15.23.5"
 EOF
 systemd-socket-activate -l "$ip:8853" --fdname=tls /usr/sbin/kresd -c "$d/kresd.conf" "$d" 2> "$d/kresd.err" &
 
-section "make hddeumx configuration on $ip:2000"
+section "make hddemux configuration on $ip:2000"
 systemd-socket-activate -l "$ip:2000" -E=HTTP_TARGET="$ip:8853" -E DNS_TARGET="$ip:8853" "$hddemux" 2> "$d/hddemux.err" &
 
 section "set up nginx on $ip:4433"
-- 
GitLab