]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix typo in `analyze-security.c`.
authorJohannes Christ <jc@jchri.st>
Sat, 10 Aug 2019 12:41:52 +0000 (14:41 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 10 Aug 2019 21:08:42 +0000 (06:08 +0900)
src/analyze/analyze-security.c

index dd85f282885c29187a423b8558d912325c8db89f..848aeaed8041c838cd2d2d08ddf4a6c19cb6eafd 100644 (file)
@@ -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");