mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix typo
svn:r5750
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ conn_state_to_string(int type, int state)
|
||||
switch (state) {
|
||||
case DIR_CONN_STATE_CONNECTING: return "connecting";
|
||||
case DIR_CONN_STATE_CLIENT_SENDING: return "client sending";
|
||||
case DIR_CONN_STATE_CLIENT_READING: return "cleint reading";
|
||||
case DIR_CONN_STATE_CLIENT_READING: return "client reading";
|
||||
case DIR_CONN_STATE_SERVER_COMMAND_WAIT: return "waiting for command";
|
||||
case DIR_CONN_STATE_SERVER_WRITING: return "writing";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user