summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Christ <jc@jchri.st>2019-08-10 14:41:52 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-08-11 06:08:42 +0900
commit7f024cb211642437997555516c66b3f505085821 (patch)
tree12d5aa026d315f459059faa439db9826349ae05c
parentd4d74d0fc0eeff7bfe56f81ea06ea0399bab095c (diff)
downloadsystemd-7f024cb211642437997555516c66b3f505085821.tar.gz
Fix typo in `analyze-security.c`.
-rw-r--r--src/analyze/analyze-security.c2
1 files changed, 1 insertions, 1 deletions
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");