summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2016-10-18 10:00:21 +0100
committerFrediano Ziglio <fziglio@redhat.com>2016-10-20 08:24:35 +0100
commitda4a0fbe03572611eb4a203e1e4208c1a1b0d768 (patch)
tree7ece7f122c9136460fe8b31ec40008942faf893b
parent18b93e85270ded421696568dadf0ff267ac8102f (diff)
Fix typo in comment
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
-rw-r--r--server/red-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red-channel.h b/server/red-channel.h
index 8818a043..52996469 100644
--- a/server/red-channel.h
+++ b/server/red-channel.h
@@ -358,7 +358,7 @@ struct RedClient {
int disconnecting;
/* Note that while semi-seamless migration is conducted by the main thread, seamless migration
- * involves all channels, and thus the related varaibles can be accessed from different
+ * involves all channels, and thus the related variables can be accessed from different
* threads */
int during_target_migrate; /* if seamless=TRUE, migration_target is turned off when all
the clients received their migration data. Otherwise (semi-seamless),