[Spice-devel] [PATCH spice-server] smartcard-channel-client: Fix some typos in a comment
Frediano Ziglio
fziglio at redhat.com
Sun Jun 2 17:53:59 UTC 2019
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);
--
2.20.1
More information about the Spice-devel
mailing list