From cc6f908d0de39ab2594409fdf5c249163b8790ec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2012 07:16:31 +0000 Subject: Fix typo. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4377 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/InputPort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1