Fix 2 typos.
[synfig.git] / synfig-studio / trunk / src / gtkmm / layertreestore.cpp
index 38896f0..3a446c9 100644 (file)
@@ -621,7 +621,7 @@ LayerTreeStore::rebuild()
        // Clear out the current list
        clear();
 
-       // Go ahead and and add all the layers
+       // Go ahead and add all the layers
        std::for_each(
                canvas_interface()->get_canvas()->rbegin(), canvas_interface()->get_canvas()->rend(),
                sigc::mem_fun(*this, &studio::LayerTreeStore::on_layer_added)