Commit 95a3987b 95a3987bd24e42880d72b1e3d77eccb34226b8f7 by Sergey Poznyakoff

Fix typo

1 parent d60e6271
......@@ -108,7 +108,7 @@ struct mu_cfg_param tcpwrapper_param[] = {
N_("Log host allows at this syslog level. See logging { facility } for "
"a description of argument syntax."),
N_("level") },
{ "allow-deny-level", mu_cfg_callback, NULL, 0,
{ "deny-syslog-level", mu_cfg_callback, NULL, 0,
mu_tcp_wrapper_cb_hosts_deny_syslog,
N_("Log host denies at this syslog level. See logging { facility } for "
"a description of argument syntax."),
......