[Spice-devel] [PATCH spice-server] Fix typo in comment
Jonathon Jongsma
jjongsma at redhat.com
Wed Nov 9 15:42:32 UTC 2016
Trivial.
Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
On Wed, 2016-11-09 at 14:19 +0000, Frediano Ziglio wrote:
> 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_ch
> an)), 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-devel
mailing list