From cff8af89deb16130fa290fc9e6af8093f682c50b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 May 2011 09:21:20 +0000 Subject: [PATCH] Comment typo. git-svn-id: svn://localhost/ardour2/branches/3.0@9466 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/mackie/controls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/mackie/controls.h b/libs/surfaces/mackie/controls.h index 398d7e689a..bc39570efb 100644 --- a/libs/surfaces/mackie/controls.h +++ b/libs/surfaces/mackie/controls.h @@ -215,7 +215,7 @@ public: virtual bool is_jog() const { return false; } /** - Return true if the controlis in use, or false otherwise. For buttons + Return true if the control is in use, or false otherwise. For buttons this returns true if the button is currently being held down. For faders, the touch button has not been released. For pots, this returns true from the first move event until a timeout after the last move event.