mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
fix typo
svn:r5750
This commit is contained in:
parent
aa9bb3adad
commit
d4d7a49411
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue