[baobab] trivial: fix spelling in function name



commit a938dfe5df5ce2d5f2627254039c14fd6f7736fd
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Sat Sep 8 09:49:46 2012 +0200

    trivial: fix spelling in function name

 src/baobab-window.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/baobab-window.vala b/src/baobab-window.vala
index c8ae835..4157503 100644
--- a/src/baobab-window.vala
+++ b/src/baobab-window.vala
@@ -509,7 +509,7 @@ namespace Baobab {
             treeview.expand_row (path, false);
         }
 
-        void expand_fisrt_row () {
+        void expand_first_row () {
             Gtk.TreeIter first;
 
             if (treeview.model.get_iter_first (out first) && treeview.model.iter_has_child (first)) {
@@ -522,7 +522,7 @@ namespace Baobab {
         void set_model (Gtk.TreeModel model) {
             treeview.model = model;
 
-            expand_fisrt_row ();
+            expand_first_row ();
 
             model.bind_property ("max-depth", rings_chart, "max-depth", BindingFlags.SYNC_CREATE);
             model.bind_property ("max-depth", treemap_chart, "max-depth", BindingFlags.SYNC_CREATE);



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