From 0ec26df9531a2cf4c5b855ba4d09e42a3420c471 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Sun, 1 May 2022 12:34:00 -0700 Subject: [PATCH] Fixed minor typo in comment. --- test/test_snmp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_snmp.sh b/test/test_snmp.sh index 30da3893..c52fc0c3 100755 --- a/test/test_snmp.sh +++ b/test/test_snmp.sh @@ -47,7 +47,7 @@ function testinit(){ new "Starting $snmpd -C --rwcommunity=public --master=agentx --agentXSocket=unix:/tmp/clixon_snmp.sock udp:127.0.0.1:1161" - # Dity workaround for snmpd in Alpine + # Dirty workaround for snmpd in Alpine if [ -f /.dockerenv ]; then $snmpd -C --rwcommunity=public --master=agentx --agentXSocket=unix:$SOCK udp:127.0.0.1:1161 else