diff options
author | Roger Dingledine <arma@torproject.org> | 2006-12-12 20:19:54 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-12-12 20:19:54 +0000 |
commit | ee144598c88cb14ff73a3ce4233c5bd53c7ce624 (patch) | |
tree | eb231ff12b10ae24ea70fe8167adb6c88b221c9a /src/or/connection.c | |
parent | 9fa707f5d3402a81604984c434756655bf1b6592 (diff) | |
download | tor-ee144598c88cb14ff73a3ce4233c5bd53c7ce624.tar.gz tor-ee144598c88cb14ff73a3ce4233c5bd53c7ce624.zip |
minor cleanups and notes
svn:r9093
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 1b733f58ba..ea7bc71706 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1994,7 +1994,7 @@ connection_state_is_connecting(connection_t *conn) return 0; } -/** Alloocates a base64'ed authenticator for use in http or https +/** Allocates a base64'ed authenticator for use in http or https * auth, based on the input string <b>authenticator</b>. Returns it * if success, else returns NULL. */ char * |