Package: spice-vdagent / 0.15.0-1.2

fix-typo-in-vdagentd-c.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Fix typo
--- a/src/vdagentd.c
+++ b/src/vdagentd.c
@@ -258,7 +258,7 @@
         VDAgentFileXferStartMessage *s = (VDAgentFileXferStartMessage *)data;
         if (!active_session_conn) {
             cancel_file_xfer(vport,
-               "Could not find an agent connnection belonging to the "
+               "Could not find an agent connection belonging to the "
                "active session, cancelling client file-xfer request %u",
                s->id);
             return;