[Spice-commits] server/main-channel.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 8 07:43:05 UTC 2020


 server/main-channel.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64435c89348fd73801135038f80cf933474299a1
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Sun Jun 7 20:49:06 2020 +0100

    main-channel: Fix typo in comment
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>

diff --git a/server/main-channel.h b/server/main-channel.h
index d1b4fb9f..aa434466 100644
--- a/server/main-channel.h
+++ b/server/main-channel.h
@@ -76,7 +76,7 @@ struct MainChannel final: public RedChannel
     void on_connect(RedClient *client, RedStream *stream, int migration,
                     RedChannelCapabilities *caps) override {};
 
-    // TODO: add refs and release (afrer all clients completed migration in one way or the other?)
+    // TODO: add refs and release (after all clients completed migration in one way or the other?)
     RedsMigSpice mig_target;
     int num_clients_mig_wait;
 };


More information about the Spice-commits mailing list