summaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-05-28 11:54:56 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-28 12:22:48 -0400
commit260de44313a594b3f46670bd8b8a723267fda920 (patch)
treeb988bb8049039085eb4b418b26ecd892c4eaa997 /src/or/dirvote.c
parentd49711e52c22e77e95c30660f78b19d4f6025d04 (diff)
downloadtor-260de44313a594b3f46670bd8b8a723267fda920.tar.gz
tor-260de44313a594b3f46670bd8b8a723267fda920.zip
Fixes to spelling fixes. Thanks, Roger!
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r--src/or/dirvote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index 073c9e3aa6..0156e273be 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -996,8 +996,8 @@ networkstatus_compute_consensus(smartlist_t *votes,
char dd[HEX_DIGEST_LEN+1];
base16_encode(id, sizeof(dd), rs_out.identity_digest, DIGEST_LEN);
base16_encode(dd, sizeof(dd), rs_out.descriptor_digest, DIGEST_LEN);
- log_warn(LD_DIR, "The voters disagreed on the exit policy summary for"
- " router %s with descriptor %s. This really shouldn't"
+ log_warn(LD_DIR, "The voters disagreed on the exit policy summary "
+ " for router %s with descriptor %s. This really shouldn't"
" have happened.", id, dd);
smartlist_sort_strings(exitsummaries);