summaryrefslogtreecommitdiffstats
path: root/src/controllers
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-24 11:58:06 -0500
committerluz paz <luzpaz@users.noreply.github.com>2018-04-06 09:00:55 -0400
commit8005e8cc81f7da91310bfc9088802bf5228a2d43 (patch)
tree8fa8e4d461c8b100dd3bd90d56b1960645f080f6 /src/controllers
parentc9791f01cab4682b124e0e0255efc1d44fad38ba (diff)
More misc. typos
Diffstat (limited to 'src/controllers')
-rw-r--r--src/controllers/bulk/bulkcontroller.cpp2
-rw-r--r--src/controllers/controllerengine.cpp2
-rw-r--r--src/controllers/hid/hidcontroller.cpp2
-rw-r--r--src/controllers/midi/portmidienumerator.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/controllers/bulk/bulkcontroller.cpp b/src/controllers/bulk/bulkcontroller.cpp
index eebd34b240..e3f4b1a525 100644
--- a/src/controllers/bulk/bulkcontroller.cpp
+++ b/src/controllers/bulk/bulkcontroller.cpp
@@ -220,7 +220,7 @@ int BulkController::close() {
}
// Stop controller engine here to ensure it's done before the device is
- // closed incase it has any final parting messages
+ // closed in case it has any final parting messages
stopEngine();
// Close device
diff --git a/src/controllers/controllerengine.cpp b/src/controllers/controllerengine.cpp
index c8e34a6022..ce1efb9afb 100644
--- a/src/controllers/controllerengine.cpp
+++ b/src/controllers/controllerengine.cpp
@@ -1524,7 +1524,7 @@ void ControllerEngine::softStart(int deck, bool activate, double factor) {
double initRate = 0.0;
if (activate) {
- // aquire deck rate
+ // acquire deck rate
m_rampTo[deck] = getDeckRate(group);
// if brake()ing, get current rate from filter
diff --git a/src/controllers/hid/hidcontroller.cpp b/src/controllers/hid/hidcontroller.cpp
index 8a0508f758..3a44ae9aa8 100644
--- a/src/controllers/hid/hidcontroller.cpp
+++ b/src/controllers/hid/hidcontroller.cpp
@@ -286,7 +286,7 @@ int HidController::close() {
}
// Stop controller engine here to ensure it's done before the device is closed
- // incase it has any final parting messages
+ // in case it has any final parting messages
stopEngine();
// Close device
diff --git a/src/controllers/midi/portmidienumerator.cpp b/src/controllers/midi/portmidienumerator.cpp
index c014a47842..47e6a23a82 100644
--- a/src/controllers/midi/portmidienumerator.cpp
+++ b/src/controllers/midi/portmidienumerator.cpp
@@ -229,7 +229,7 @@ QList<Controller*> PortMidiEnumerator::queryDevices() {
inputDeviceInfo = deviceInfo;
inputDevIndex = i;
- //Reset our output device variables before we look for one incase we find none.
+ //Reset our output device variables before we look for one in case we find none.
outputDeviceInfo = NULL;
outputDevIndex = -1;