Fix typo found by Justin Coffi on or-talk

svn:r18258
This commit is contained in:
Nick Mathewson 2009-01-23 22:45:08 +00:00
parent 494dbd3ccb
commit 72e420ff3c

View File

@ -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)