summaryrefslogtreecommitdiffstats
path: root/res/controllers/Hercules-DJ-Console-Mk4-scripts.js
diff options
context:
space:
mode:
authorluzpaz <kunda@scribus.net>2017-12-31 08:20:30 -0500
committerluz paz <luzpaz@users.noreply.github.com>2018-04-06 08:59:46 -0400
commitc9791f01cab4682b124e0e0255efc1d44fad38ba (patch)
tree5bd82e76e94594b4b29780f003162ee7c8c824e5 /res/controllers/Hercules-DJ-Console-Mk4-scripts.js
parent4ab51192dbff802742fda32642b8e996aa41d9c5 (diff)
Typo fixes
+ User facing typos + trivial source comment typos + superflous double whitespace issues + found redundant comment typo Found using `codespell -q 3 --skip="./build/wix/Localization,./res/translations,./lib" -I ../mixxx-whitelist.txt` where the contents of the whitelist were: ``` iff freee substract ```
Diffstat (limited to 'res/controllers/Hercules-DJ-Console-Mk4-scripts.js')
-rw-r--r--res/controllers/Hercules-DJ-Console-Mk4-scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/controllers/Hercules-DJ-Console-Mk4-scripts.js b/res/controllers/Hercules-DJ-Console-Mk4-scripts.js
index 7f12a22fd7..c53f2b3d35 100644
--- a/res/controllers/Hercules-DJ-Console-Mk4-scripts.js
+++ b/res/controllers/Hercules-DJ-Console-Mk4-scripts.js
@@ -280,7 +280,7 @@ HerculesMk4.toglePitchSensivity=function (group,sensivity) {
}
HerculesMk4.cue = function (midino, control, value, status, group) {
- // Don't set Cue accidentaly at the end of the song
+ // Don't set Cue accidentally at the end of the song
if(engine.getValue(group, "playposition") <= 0.97) {
engine.setValue(group, "cue_default", value ? 1 : 0);