aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-12-18 12:55:05 +0100
committerKarsten Loesing <karsten.loesing@gmx.net>2009-12-18 12:55:05 +0100
commitf80672d74786c05a776fdbd8581d553c98d75e5a (patch)
treec9664ecf1c307a3dba4fc298f2d54fc19d0cc44b /src/or/control.c
parent235f1e1a967cb070c7246617461f58f0413394b3 (diff)
downloadtor-f80672d74786c05a776fdbd8581d553c98d75e5a.tar
tor-f80672d74786c05a776fdbd8581d553c98d75e5a.tar.gz
Remove duplicate words and a duplicate newline.
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index d3ed8587b..be1e921f3 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -279,7 +279,7 @@ connection_write_str_to_buf(const char *s, control_connection_t *conn)
/** Given a <b>len</b>-character string in <b>data</b>, made of lines
* terminated by CRLF, allocate a new string in *<b>out</b>, and copy the
* contents of <b>data</b> into *<b>out</b>, adding a period before any period
- * that that appears at the start of a line, and adding a period-CRLF line at
+ * that appears at the start of a line, and adding a period-CRLF line at
* the end. Replace all LF characters sequences with CRLF. Return the number
* of bytes in *<b>out</b>.
*/