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:
luz paz 2022-01-26 12:35:38 -05:00
parent 7f96255722
commit 364f2f0788
68 changed files with 87 additions and 87 deletions

View file

@ -503,7 +503,7 @@ NewUserWizard::on_apply ()
continue;
}
/* skip sessions that are already in 'recent'.
* eg. a new user changed <session-default-dir> shorly after installation
* eg. a new user changed <session-default-dir> shortly after installation
*/
for (ARDOUR::RecentSessions::iterator r = rs.begin(); r != rs.end(); ++r) {
if ((*r).first == name) {