From f80672d74786c05a776fdbd8581d553c98d75e5a Mon Sep 17 00:00:00 2001 From: Karsten Loesing Date: Fri, 18 Dec 2009 12:55:05 +0100 Subject: Remove duplicate words and a duplicate newline. --- src/or/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/control.c') 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 len-character string in data, made of lines * terminated by CRLF, allocate a new string in *out, and copy the * contents of data into *out, 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 *out. */ -- cgit v1.2.3