[Spice-devel] [PATCH spice-server] Fix typo in comment

Frediano Ziglio fziglio at redhat.com
Wed Nov 9 14:19:55 UTC 2016


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/main-channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.7.4



More information about the Spice-devel mailing list