From a96036e3aff42ae465f748e0983e846d27cbcf50 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 16 Jun 2014 00:55:26 +0200 Subject: [PATCH] fix typo in comment of prev. commit --- libs/ardour/playlist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/playlist.cc b/libs/ardour/playlist.cc index d0720b985d..ef768cad96 100644 --- a/libs/ardour/playlist.cc +++ b/libs/ardour/playlist.cc @@ -2811,7 +2811,7 @@ Playlist::combine (const RegionList& r) /* sort by position then layer. * route_time_axis passes 'selected_regions' - which is not sorted. - * here we need the top-most first, then every layer's region softed by position. + * here we need the top-most first, then every layer's region sorted by position. */ RegionList sorted(r); sorted.sort(RegionSortByLayerAndPosition());