Spelling correction patch from Debian
[ardour.git] / gtk2_ardour / editor_ops.cc
index ec6ee82c1c33bc025a145373706c257deae9111a..91f2031efa1890dfaaf6472e6dad90796aec5ab7 100644 (file)
@@ -4567,7 +4567,7 @@ Editor::cut_copy_regions (CutCopyOp op, RegionSelection& rs)
 
                list<boost::shared_ptr<Playlist> > foo;
 
-               /* the pmap is in the same order as the tracks in which selected regions occured */
+               /* the pmap is in the same order as the tracks in which selected regions occurred */
 
                for (vector<PlaylistMapping>::iterator i = pmap.begin(); i != pmap.end(); ++i) {
                        if ((*i).pl) {
@@ -7225,7 +7225,7 @@ Editor::do_insert_time ()
        }
 
        insert_time (
-               get_preferred_edit_position(),
+               get_preferred_edit_position (EDIT_IGNORE_MOUSE),
                d.distance(),
                d.intersected_region_action (),
                d.all_playlists(),