[Spice-devel] [PATCH spice-server] smartcard-channel-client: Fix some typos in a comment

Snir Sheriber ssheribe at redhat.com
Tue Jul 2 12:37:28 UTC 2019


ack

Acked-by: Snir Sheriber <ssheribe at redhat.com>

On 6/2/19 8:53 PM, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>   server/smartcard-channel-client.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/server/smartcard-channel-client.c b/server/smartcard-channel-client.c
> index e22b39adf..e462401e0 100644
> --- a/server/smartcard-channel-client.c
> +++ b/server/smartcard-channel-client.c
> @@ -123,9 +123,9 @@ smartcard_channel_client_alloc_msg_rcv_buf(RedChannelClient *rcc,
>       SmartCardChannelClient *scc = SMARTCARD_CHANNEL_CLIENT(rcc);
>       RedClient *client = red_channel_client_get_client(rcc);
>   
> -    /* todo: only one reader is actually supported. When we fix the code to support
> -     * multiple readers, we will porbably associate different devices to
> -     * differenc channels */
> +    /* TODO: only one reader is actually supported. When we fix the code to support
> +     * multiple readers, we will probably associate different devices to
> +     * different channels */
>       if (!scc->priv->smartcard) {
>           scc->priv->msg_in_write_buf = FALSE;
>           return g_malloc(size);


More information about the Spice-devel mailing list