summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Guo <bluestonechina@gmail.com>2013-04-13 00:19:44 +0800
committerMarc-André Lureau <marcandre.lureau@redhat.com>2013-04-12 21:12:15 +0200
commit35027989605ff062d7fba145cca6ff39d9c6fcb6 (patch)
tree6bd5cf2c62852f5fff8f063a13de46f967dd318b
parente4d8c9d9ccce7b46c495b3d0e0c4c2094d349fe5 (diff)
downloadvd_agent-35027989605ff062d7fba145cca6ff39d9c6fcb6.tar.gz
vd_agent-35027989605ff062d7fba145cca6ff39d9c6fcb6.tar.xz
vd_agent-35027989605ff062d7fba145cca6ff39d9c6fcb6.zip
Fix typo in src/vdagentd.c
Signed-off-by: Liang Guo <guoliang@debian.org>
-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;
}