13
0

Fix comment typos.

This commit is contained in:
Colin Fletcher 2013-06-16 18:48:33 +01:00
parent ebd00236f8
commit df8bbc556e
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ class PortExportChannelSelector : public ExportChannelSelector
typedef Gtk::TreeModelColumn<Glib::RefPtr<Gtk::ListStore> > ComboCol;
ComboCol port_list_col;
/* Channel struct, that represents the selected port and it's name */
/* Channel struct, that represents the selected port and its name */
struct Channel {
public:

View File

@ -128,7 +128,7 @@ class ExportTimespanSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
Gtk::ScrolledWindow range_scroller;
};
/// Allows seleting multiple timespans
/// Allows selecting multiple timespans
class ExportTimespanSelectorMultiple : public ExportTimespanSelector
{
public: