[Spice-commits] server/smartcard-channel-client.c
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Jun 13 06:39:16 UTC 2019
server/smartcard-channel-client.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d623b275bd8f7b7d0ef4140fb1a5132399b80261
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Sun Jun 2 16:05:36 2019 +0100
smartcard-channel-client: Fix some typos in a comment
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/server/smartcard-channel-client.c b/server/smartcard-channel-client.c
index e22b39ad..e462401e 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-commits
mailing list