aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-12-01 03:48:14 +0000
committerNick Mathewson <nickm@torproject.org>2004-12-01 03:48:14 +0000
commitb457cfb5ebab5786beed8168b5b0ef1fc5b2797f (patch)
tree5d27ff71d1a130f4dd00efdc27f0b6ed8237ef10 /src/or/connection.c
parent6e88abf418684ccaf4a1d7146b0129857a3864fe (diff)
downloadtor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.tar
tor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.tar.gz
Spell-check strings and comments
svn:r3052
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index fb7efdc24..1f7529f08 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1005,7 +1005,7 @@ int connection_handle_write(connection_t *conn) {
conn->timestamp_lastwritten = now;
- /* Sometimes, "writeable" means "connected". */
+ /* Sometimes, "writable" means "connected". */
if (connection_state_is_connecting(conn)) {
if (getsockopt(conn->s, SOL_SOCKET, SO_ERROR, (void*)&e, &len) < 0) {
log_fn(LOG_WARN,"getsockopt() syscall failed?! Please report to tor-ops.");