[gnome-boxes] spice-display: Micro readability improvement to a comment



commit cb00668329d5f89d1e2abb870c08511d13a5ed62
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Nov 19 00:46:51 2014 +0000

    spice-display: Micro readability improvement to a comment
    
    ctor => constructor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738573

 src/spice-display.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/spice-display.vala b/src/spice-display.vala
index 19f63ba..c3eb5e1 100644
--- a/src/spice-display.vala
+++ b/src/spice-display.vala
@@ -199,7 +199,7 @@ private class Boxes.SpiceDisplay: Boxes.Display {
 
         main_cleanup ();
 
-        // FIXME: vala does't want to put this in ctor..
+        // FIXME: vala does't want to put this in constructor..
         if (channel_new_id == 0)
             channel_new_id = session.channel_new.connect ((channel) => {
                 var id = channel.channel_id;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]