mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-18 17:33:56 +02:00
Fix typos in the word 'Boost'
Apparently I type very quickly.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Bosot.Process's auto detection for vfork() support doesn't seem to work
|
// Boost.Process's auto detection for vfork() support doesn't seem to work
|
||||||
#define BOOST_POSIX_HAS_VFORK 1
|
#define BOOST_POSIX_HAS_VFORK 1
|
||||||
|
|
||||||
#include <boost/asio/local/stream_protocol.hpp>
|
#include <boost/asio/local/stream_protocol.hpp>
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ fs::path find_vst_host(PluginArchitecture plugin_arch, bool use_plugin_groups) {
|
|||||||
return host_path;
|
return host_path;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bosot will return an empty path if the file could not be found in the
|
// Boost will return an empty path if the file could not be found in the
|
||||||
// search path
|
// search path
|
||||||
const fs::path vst_host_path = bp::search_path(host_name);
|
const fs::path vst_host_path = bp::search_path(host_name);
|
||||||
if (vst_host_path == "") {
|
if (vst_host_path == "") {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
#undef __WIN32__
|
#undef __WIN32__
|
||||||
#undef _WIN64
|
#undef _WIN64
|
||||||
|
|
||||||
// This would be the minimal include needed to get Bosot to work. The commented
|
// This would be the minimal include needed to get Boost to work. The commented
|
||||||
// out include below is the actual header that would cause compile errors if not
|
// out include below is the actual header that would cause compile errors if not
|
||||||
// included here, but including headers from the detail directory directly
|
// included here, but including headers from the detail directory directly
|
||||||
// didn't sound like a great idea.
|
// didn't sound like a great idea.
|
||||||
|
|||||||
Reference in New Issue
Block a user