Fix comment typos.
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Sun, 16 Jun 2013 17:48:33 +0000 (18:48 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 7 Oct 2013 09:48:48 +0000 (10:48 +0100)
gtk2_ardour/export_channel_selector.h
gtk2_ardour/export_timespan_selector.h

index 984026a74873b4b14df556e11734ddec42b30f8f..734aa8e57b0104c88caa83aed75830a7d78ca24e 100644 (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:
index 31932c738b00fe211e1822ac2c3936d4c9870aa4..1c4a952913dc283822229543487c2affe9edbfcc 100644 (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: