From 35272b8c47fa3dd074f2fb89a5f0ff3c883dbcef Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 26 Feb 2014 00:39:25 +0100 Subject: fix typos --- libs/ardour/vst_info_file.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs') diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index fac3f199bc..c653c38bf1 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -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); } } -- cgit v1.2.3