Fix typo in comment

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-11-07 17:18:13 +00:00
parent 389edb684b
commit 6b2b931a0a

View File

@ -318,7 +318,7 @@ int main_channel_getpeername(MainChannel *main_chan, struct sockaddr *sa, sockle
getpeername(red_channel_get_first_socket(RED_CHANNEL(main_chan)), sa, salen) : -1;
}
// TODO: ? shouldn't it disonnect all clients? or shutdown all main_channels?
// TODO: ? shouldn't it disconnect all clients? or shutdown all main_channels?
void main_channel_close(MainChannel *main_chan)
{
int socketfd;