diff options
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 456a9c6712..ecd35af9dd 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -2127,7 +2127,7 @@ circuit_get_open_circ_or_launch(entry_connection_t *conn, * will have to launch one! */ - /* THe chosen exit node, if there is one. */ + /* The chosen exit node, if there is one. */ extend_info_t *extend_info=NULL; const int n_pending = count_pending_general_client_circuits(); |