Acked-by: Christophe Fergeau <cfergeau@xxxxxxxxxx> On Fri, Apr 07, 2017 at 10:19:40AM +0200, Francois Gouget wrote: > Signed-off-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx> > --- > 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 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/spice-devel
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel