[gnome-boxes] Fix typo (cutomize)



commit b3eb1aac78aa0f1698e713f82a2d589ade4c6c5a
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Mon Sep 17 18:49:40 2012 +0200

    Fix typo (cutomize)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684219

 src/wizard.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/wizard.vala b/src/wizard.vala
index 04fcdf4..c9ea47e 100644
--- a/src/wizard.vala
+++ b/src/wizard.vala
@@ -695,7 +695,7 @@ private class Boxes.Wizard: Boxes.UI {
             table.show_all ();
         }
 
-        public void append_customize_button (CustomizeFunc cutomize_func) {
+        public void append_customize_button (CustomizeFunc customize_func) {
             // there is nothing to customize if review page is empty
             if (current_row == 0)
                 return;
@@ -705,7 +705,7 @@ private class Boxes.Wizard: Boxes.UI {
             table.attach_defaults (button, 2, 3, current_row - 1, current_row);
             button.show ();
 
-            button.clicked.connect (() => { cutomize_func (); });
+            button.clicked.connect (() => { customize_func (); });
         }
 
         public void clear () {



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