summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/controls.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-04 09:21:20 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-04 09:21:20 +0000
commitcff8af89deb16130fa290fc9e6af8093f682c50b (patch)
treee12c9cd57d1bc0e4786db876d3f211b2c062e0ab /libs/surfaces/mackie/controls.h
parentf2160077c7f61055de648ac26d25172a08db4ffb (diff)
Comment typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@9466 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/mackie/controls.h')
-rw-r--r--libs/surfaces/mackie/controls.h2
1 files changed, 1 insertions, 1 deletions
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.