Browse Source

Fix typo found by Justin Coffi on or-talk

svn:r18258
Nick Mathewson 15 years ago
parent
commit
72e420ff3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/log.c

+ 1 - 1
src/common/log.c

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