summaryrefslogtreecommitdiffstats
path: root/server/reds.c
diff options
context:
space:
mode:
authorsnir sheriber <ssheribe@redhat.com>2015-10-18 10:51:56 +0300
committerFrediano Ziglio <fziglio@redhat.com>2015-10-19 12:59:12 +0100
commitc749853d08c659c272207ea69762edeae219d631 (patch)
tree341d3c59dfd4f477a6dcbdb4ba5b2784d26f9198 /server/reds.c
parentdf0eab862ce1109d430f609429e89ec203595aad (diff)
downloadspice-c749853d08c659c272207ea69762edeae219d631.tar.gz
spice-c749853d08c659c272207ea69762edeae219d631.tar.xz
spice-c749853d08c659c272207ea69762edeae219d631.zip
fix spelling mistakes in comments (reseting to resetting & dummym to dummy)
Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'server/reds.c')
-rw-r--r--server/reds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/reds.c b/server/reds.c
index 5d2ad9b9..2aea6885 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -401,7 +401,7 @@ static void reds_reset_vdp(void)
state->write_filter.discard_all = TRUE;
state->client_agent_started = FALSE;
- /* reseting and not destroying the state as a workaround for a bad
+ /* resetting and not destroying the state as a workaround for a bad
* tokens management in the vdagent protocol:
* The client tokens' are set only once, when the main channel is initialized.
* Instead, it would have been more appropriate to reset them upon AGEN_CONNECT.