Fixup: Correct typo in DTLS only component of all.sh
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 9d23557..5e93021 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -648,7 +648,7 @@
     msg "test: DTLS only - main suites (inc. selftests) (ASan build)" # ~ 50s
     make test
 
-    msg "build: DTLS only - ssl-opt.sh (ASan build)" # ~ 6 min
+    msg "test: DTLS only - ssl-opt.sh (ASan build)" # ~ 6 min
     if_build_succeeded tests/ssl-opt.sh
 }