[Spice-devel] vdagent: Spelling fixes for the man page and traces

Francois Gouget fgouget at codeweavers.com
Fri Apr 7 08:19:40 UTC 2017


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 data/spice-vdagent.1.in  | 2 +-
 src/vdagent/file-xfers.c | 4 ++--
 src/vdagent/x11-randr.c  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/spice-vdagent.1.in b/data/spice-vdagent.1.in
index f8547d4..590efa5 100644
--- a/data/spice-vdagent.1.in
+++ b/data/spice-vdagent.1.in
@@ -21,7 +21,7 @@ resolution, to the number of client windows and their resolution
 Support of copy and paste (text and images) between the active X11 session
 and the client, this supports both the primary selection and the clipboard
 .P
-Support for transfering files from the client to the agent
+Support for transferring files from the client to the agent
 .SH OPTIONS
 .TP
 \fB-h\fP
diff --git a/src/vdagent/file-xfers.c b/src/vdagent/file-xfers.c
index bfb2ce5..b3937a4 100644
--- a/src/vdagent/file-xfers.c
+++ b/src/vdagent/file-xfers.c
@@ -112,7 +112,7 @@ static AgentFileXferTask *vdagent_file_xfers_get_task(
 
     task = g_hash_table_lookup(xfers->xfers, GUINT_TO_POINTER(id));
     if (task == NULL)
-        syslog(LOG_ERR, "file-xfer: error can not find task %u", id);
+        syslog(LOG_ERR, "file-xfer: error cannot find task %u", id);
 
     return task;
 }
@@ -207,7 +207,7 @@ void vdagent_file_xfers_start(struct vdagent_file_xfers *xfers,
     g_free(task->file_name);
     task->file_name = path;
     if (i == 64) {
-        syslog(LOG_ERR, "file-xfer: more then 63 copies of %s exist?",
+        syslog(LOG_ERR, "file-xfer: more than 63 copies of %s exist?",
                file_path);
         goto error;
     }
diff --git a/src/vdagent/x11-randr.c b/src/vdagent/x11-randr.c
index 0809f16..aade5ca 100644
--- a/src/vdagent/x11-randr.c
+++ b/src/vdagent/x11-randr.c
@@ -128,7 +128,7 @@ void vdagent_x11_randr_init(struct vdagent_x11 *x11)
     int i;
 
     if (x11->screen_count > 1) {
-        syslog(LOG_WARNING, "X-server has more then 1 screen, "
+        syslog(LOG_WARNING, "X-server has more than 1 screen, "
                "disabling client -> guest resolution syncing");
         return;
     }
-- 
2.11.0



More information about the Spice-devel mailing list