diff options
author | Benjamin Kerensa <bkerensa@ubuntu.com> | 2013-03-10 18:45:23 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-10 22:59:19 -0400 |
commit | 8b4195f0217d24bae6dfac944b469dc05b30bcd6 (patch) | |
tree | 40c1c6eb1307c5f2f0c2c2bc3156ea864fa3f54a /src/or/routerset.c | |
parent | 301faf281391698e44eb3a8d400b477716a74fd4 (diff) | |
download | tor-8b4195f0217d24bae6dfac944b469dc05b30bcd6.tar.gz tor-8b4195f0217d24bae6dfac944b469dc05b30bcd6.zip |
Fix typos in a few log messages
Diffstat (limited to 'src/or/routerset.c')
-rw-r--r-- | src/or/routerset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerset.c b/src/or/routerset.c index 1eca5b6f6f..2e41f7f6c4 100644 --- a/src/or/routerset.c +++ b/src/or/routerset.c @@ -141,7 +141,7 @@ routerset_parse(routerset_t *target, const char *s, const char *description) log_debug(LD_CONFIG, "Adding address %s to %s", nick, description); smartlist_add(target->policies, p); } else { - log_warn(LD_CONFIG, "Entry '%s' in %s is misformed.", nick, + log_warn(LD_CONFIG, "Entry '%s' in %s is malformed.", nick, description); r = -1; tor_free(nick); |