Use American spelling of 'initialise'.
[synfig.git] / synfig-studio / trunk / src / gtkmm / keyframetreestore.cpp
index 04ef675..095ec2c 100644 (file)
@@ -346,7 +346,7 @@ KeyframeTreeStore::set_value_impl(const Gtk::TreeModel::iterator& row, int colum
                                // Bad old delta
                                return;
                        }
-                       // row(row) on the next line is bad - don't use it, because it leaves 'row' uninitialised
+                       // row(row) on the next line is bad - don't use it, because it leaves 'row' uninitialized
                        //Gtk::TreeModel::iterator row(row);
                        //row++;
                        //if(!row)return;