diff options
Diffstat (limited to 'src')
-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 * |