From a2fb59f4760be991bde7187a1636a3821d69b29b Mon Sep 17 00:00:00 2001 From: Abhi Date: Tue, 16 Sep 2014 17:57:30 -0400 Subject: [PATCH] Fixed spelling --- include/Stk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Stk.h b/include/Stk.h index dfe5b40..d0d15d5 100644 --- a/include/Stk.h +++ b/include/Stk.h @@ -375,7 +375,7 @@ public: //! Copies a single channel /*! - Copies the \c sourceChannel into \c destination's \c destinationChannel. \c destinationChannel must be between 0 and destination.channels() - 1 and + Copies the \c sourceChannel into \c destinationFrames's \c destinationChannel. \c destinationChannel must be between 0 and destination.channels() - 1 and sourceChannel must be between 0 and channels() - 1. destination.frames() must be >= frames(). No range checking is performed unless _STK_DEBUG_ is defined. */