summaryrefslogtreecommitdiffstats
path: root/src/server
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-12 08:29:15 -0500
committerDavid Robillard <d@drobilla.net>2025-02-12 08:29:15 -0500
commit6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb (patch)
tree97f0c726f80630af3c1e8f0addb421f2d2578a70 /src/server
parenta6f60beda9e8e6b930423c9adb6652a1cb018443 (diff)
downloadingen-main.tar.gz
ingen-main.tar.bz2
ingen-main.zip
Fix spellingHEADmain
Diffstat (limited to 'src/server')
-rw-r--r--src/server/InputPort.hpp2
-rw-r--r--src/server/LV2Block.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp
index 00834dc1..f3c6e553 100644
--- a/src/server/InputPort.hpp
+++ b/src/server/InputPort.hpp
@@ -96,7 +96,7 @@ public:
/** Like `get_buffers`, but for the pre-process thread.
*
- * This uses the "current" number of arcs fromthe perspective of the
+ * This uses the "current" number of arcs from the perspective of the
* pre-process thread to allocate buffers for application of a
* connection/disconnection/etc in the next process cycle.
*/
diff --git a/src/server/LV2Block.cpp b/src/server/LV2Block.cpp
index ea6a6955..ad7b28ae 100644
--- a/src/server/LV2Block.cpp
+++ b/src/server/LV2Block.cpp
@@ -226,7 +226,7 @@ LV2Block::apply_poly(RunContext& ctx, uint32_t poly)
/** Instantiate self from LV2 plugin descriptor.
*
- * Implemented as a seperate function (rather than in the constructor) to
+ * Implemented as a separate function (rather than in the constructor) to
* allow graceful error-catching of broken plugins.
*
* Returns whether or not plugin was successfully instantiated. If return