fix spelling
This commit is contained in:
parent
9b47d8353e
commit
c93984f06f
1 changed files with 2 additions and 2 deletions
|
@ -217,10 +217,10 @@ void datasource_cache::register_datasources(const std::string& str)
|
|||
{
|
||||
#if (BOOST_FILESYSTEM_VERSION == 3)
|
||||
std::clog << "Problem loading plugin library: " << itr->path().string()
|
||||
<< " (dlopen failed - plugin likely has an unsatified dependency or incompatible ABI)" << std::endl;
|
||||
<< " (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)" << std::endl;
|
||||
#else // v2
|
||||
std::clog << "Problem loading plugin library: " << itr->string()
|
||||
<< " (dlopen failed - plugin likely has an unsatified dependency or incompatible ABI)" << std::endl;
|
||||
<< " (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)" << std::endl;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue