mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix typos
This commit is contained in:
parent
977f2b35df
commit
35272b8c47
1 changed files with 2 additions and 2 deletions
|
|
@ -817,7 +817,7 @@ get_personal_vst_blacklist_dir() {
|
|||
/* if the directory doesn't exist, try to create it */
|
||||
if (!Glib::file_test (dir, Glib::FILE_TEST_IS_DIR)) {
|
||||
if (g_mkdir (dir.c_str (), 0700)) {
|
||||
PBD::error << "Cannt create VST cache folder '" << dir << "'" << endmsg;
|
||||
PBD::error << "Cannot create VST blacklist folder '" << dir << "'" << endmsg;
|
||||
//exit(1);
|
||||
}
|
||||
}
|
||||
|
|
@ -830,7 +830,7 @@ get_personal_vst_info_cache_dir() {
|
|||
/* if the directory doesn't exist, try to create it */
|
||||
if (!Glib::file_test (dir, Glib::FILE_TEST_IS_DIR)) {
|
||||
if (g_mkdir (dir.c_str (), 0700)) {
|
||||
PBD::error << "Cannt create VST info folder '" << dir << "'" << endmsg;
|
||||
PBD::error << "Cannot create VST info folder '" << dir << "'" << endmsg;
|
||||
//exit(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue