diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-09 19:11:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-09 19:11:22 +0000 |
commit | 25a444b69839b097031d7702b9aa1a8c29b44689 (patch) | |
tree | 136fe420a2714dd887c810b6f2878d8382b90b63 | |
parent | be337eb0adf3f85397eaeabdfdf95a605f70970e (diff) | |
download | tor-25a444b69839b097031d7702b9aa1a8c29b44689.tar.gz tor-25a444b69839b097031d7702b9aa1a8c29b44689.zip |
emo teh
svn:r12747
-rw-r--r-- | src/or/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 83ba7a1a58..49c3f7454f 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -28,7 +28,7 @@ static int dirvote_publish_consensus(void); * Voting * =====*/ -/** Return a new string containing teh string representation of the vote in +/** Return a new string containing the string representation of the vote in * <b>v3_ns</b>, signed with our v3 signing key <b>private_signing_key</b>. * For v3 authorities. */ char * |