From 7f024cb211642437997555516c66b3f505085821 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 10 Aug 2019 14:41:52 +0200 Subject: [PATCH] Fix typo in `analyze-security.c`. --- src/analyze/analyze-security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analyze/analyze-security.c b/src/analyze/analyze-security.c index dd85f28288..848aeaed80 100644 --- a/src/analyze/analyze-security.c +++ b/src/analyze/analyze-security.c @@ -603,7 +603,7 @@ static int assess_ip_address_allow( d = strdup("Service defines IP address whitelist with non-localhost entries"); b = 5; } else if (info->ip_address_allow_localhost) { - d = strdup("Service defines IP address whitelits with only localhost entries"); + d = strdup("Service defines IP address whitelist with only localhost entries"); b = 2; } else { d = strdup("Service blocks all IP address ranges"); -- 2.25.1