summaryrefslogtreecommitdiffstats
path: root/src/vdagentd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vdagentd.c')
-rw-r--r--src/vdagentd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdagentd.c b/src/vdagentd.c
index fbbe315..888a80a 100644
--- a/src/vdagentd.c
+++ b/src/vdagentd.c
@@ -185,7 +185,7 @@ static void do_client_clipboard(struct vdagent_virtio_port *vport,
if (!active_session_conn) {
syslog(LOG_WARNING,
- "Could not find an agent connnection belonging to the "
+ "Could not find an agent connection belonging to the "
"active session, ignoring client clipboard request");
return;
}