[Spice-commits] server/main-channel.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Wed Nov 9 14:21:54 UTC 2016


 server/main-channel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b2b931a0aeeac2860454e8cdd33d03d9b30cfcb
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Mon Nov 7 17:18:13 2016 +0000

    Fix typo in comment
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/main-channel.c b/server/main-channel.c
index b900b62..6449c16 100644
--- a/server/main-channel.c
+++ b/server/main-channel.c
@@ -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;


More information about the Spice-commits mailing list