diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-12-18 12:55:05 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-12-18 12:55:05 +0100 |
commit | f80672d74786c05a776fdbd8581d553c98d75e5a (patch) | |
tree | c9664ecf1c307a3dba4fc298f2d54fc19d0cc44b /src/or/connection_or.c | |
parent | 235f1e1a967cb070c7246617461f58f0413394b3 (diff) | |
download | tor-f80672d74786c05a776fdbd8581d553c98d75e5a.tar.gz tor-f80672d74786c05a776fdbd8581d553c98d75e5a.zip |
Remove duplicate words and a duplicate newline.
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 60c5c7fcad..84023f5a7e 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -886,7 +886,7 @@ connection_or_nonopen_was_started_here(or_connection_t *conn) * return -1 if he is lying, broken, or otherwise something is wrong. * * If we initiated this connection (<b>started_here</b> is true), make sure - * the other side sent sent a correctly formed certificate. If I initiated the + * the other side sent a correctly formed certificate. If I initiated the * connection, make sure it's the right guy. * * Otherwise (if we _didn't_ initiate this connection), it's okay for |