summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),