summaryrefslogtreecommitdiff
path: root/src/or/directory.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-20 19:11:12 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-20 19:11:12 +0000
commit0459db2c0d0e2af23b4db26ce4de555ee29eb7ec (patch)
treef07d4126e581d0c01d506237840c8274e61fa400 /src/or/directory.c
parentb27cb38dee3aa024e191a974bcf2801d4e87c0a5 (diff)
downloadtor-0459db2c0d0e2af23b4db26ce4de555ee29eb7ec.tar.gz
tor-0459db2c0d0e2af23b4db26ce4de555ee29eb7ec.zip
checkpoint some changes as i read diffs
svn:r8780
Diffstat (limited to 'src/or/directory.c')
-rw-r--r--src/or/directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index 37afd4b09d..274e644ec2 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -1305,7 +1305,7 @@ write_http_status_line(dir_connection_t *conn, int status,
connection_write_to_buf(buf, strlen(buf), TO_CONN(conn));
}
-/** Write the header for an HTTP/1.0 response onto <b>conn</b>->outbuf,
+/** Write the header for an HTTP/1.0 response onto <b>conn</b>-\>outbuf,
* with <b>type</b> as the Content-Type.
*
* If <b>length</b> is nonnegative, it is the Content-Length.