mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix typos in gtk2_ardour/ directory
Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sur,te,trough,ue`
This commit is contained in:
parent
7f96255722
commit
364f2f0788
68 changed files with 87 additions and 87 deletions
|
|
@ -646,7 +646,7 @@ ExportFormatDialog::init_format_table ()
|
|||
src_quality_combo.pack_start (src_quality_cols.label);
|
||||
src_quality_combo.set_active (0);
|
||||
|
||||
/* Demo Noise Optoins */
|
||||
/* Demo Noise Options */
|
||||
|
||||
demo_noise_list = Gtk::ListStore::create (demo_noise_cols);
|
||||
demo_noise_combo.set_model (demo_noise_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue