mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix typo found by Justin Coffi on or-talk
svn:r18258
This commit is contained in:
parent
494dbd3ccb
commit
72e420ff3c
@ -831,7 +831,7 @@ parse_log_severity_config(const char **cfg_ptr,
|
||||
}
|
||||
d = parse_log_domain(domain);
|
||||
if (!d) {
|
||||
log_warn(LD_CONFIG, "No such loggging domain as %s", domain);
|
||||
log_warn(LD_CONFIG, "No such logging domain as %s", domain);
|
||||
err = 1;
|
||||
} else {
|
||||
if (negate)
|
||||
|
Loading…
Reference in New Issue
Block a user