summaryrefslogtreecommitdiffstats
path: root/src/dlgautodj.cpp
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-02-13 22:24:39 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2014-02-13 22:24:39 +0100
commit481c01596f65c45e2b19934bfc068dbcf12a47b5 (patch)
tree6fac0302cd7d0f60dab476cbd4dfa2d4ec0d29f5 /src/dlgautodj.cpp
parentc1bc7e46e8a5b0bd26dc666b6116eadcbcbe3a09 (diff)
Minor changes within comments
Diffstat (limited to 'src/dlgautodj.cpp')
-rw-r--r--src/dlgautodj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlgautodj.cpp b/src/dlgautodj.cpp
index cde03d8ab8..dc3d4e7f67 100644
--- a/src/dlgautodj.cpp
+++ b/src/dlgautodj.cpp
@@ -610,7 +610,7 @@ void DlgAutoDJ::player1PlayChanged(double value) {
qDebug() << "TrackDuration = " << TrackDuration;
// The track might be shorter than the transition period. Use a
- // sensibile cap.
+ // sensible cap.
int autoDjTransition = math_min(spinBoxTransition->value(),
TrackDuration/2);