summaryrefslogtreecommitdiffstats
path: root/src/server
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-12 07:16:31 +0000
committerDavid Robillard <d@drobilla.net>2012-05-12 07:16:31 +0000
commitcc6f908d0de39ab2594409fdf5c249163b8790ec (patch)
treed05b662b6436e84391a79cbca4b4b523641a2f07 /src/server
parent52011c3b045d9f49a4bc25c9f545bb35e5c2a0a9 (diff)
downloadingen-cc6f908d0de39ab2594409fdf5c249163b8790ec.tar.gz
ingen-cc6f908d0de39ab2594409fdf5c249163b8790ec.tar.bz2
ingen-cc6f908d0de39ab2594409fdf5c249163b8790ec.zip
Fix typo.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4377 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server')
-rw-r--r--src/server/InputPort.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp
index 29229eb0..b3819715 100644
--- a/src/server/InputPort.cpp
+++ b/src/server/InputPort.cpp
@@ -96,7 +96,7 @@ InputPort::get_buffers(Context& context,
if (is_process_context) {
if (!_edges.front().must_mix() &&
!_edges.front().must_queue()) {
- // Single non-mixing conneciton, use buffers directly
+ // Single non-mixing connection, use buffers directly
for (uint32_t v = 0; v < poly; ++v)
buffers->at(v) = _edges.front().buffer(v);
return false;