fix typo in variable name
authorRobin Gareus <robin@gareus.org>
Tue, 1 Dec 2015 23:59:32 +0000 (00:59 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 1 Dec 2015 23:59:32 +0000 (00:59 +0100)
libs/surfaces/faderport/operations.cc

index 9578bab02404ca7c15b1dfdc60e5f0958f00fe35..e7f8284527619b8b416a9d79348f458a60311fad 100644 (file)
@@ -34,7 +34,7 @@ using namespace ArdourSurface;
 /* this value is chosen to given smooth motion from 0..1.0 in about 270 degrees
  * of encoder rotation.
  */
-static const double encoder_divisor = 24.0;
+static const double encoder_divider = 24.0;
 
 void
 FaderPort::left ()