summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/hints.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hints.cc b/src/lib/hints.cc
index 071e63761..533b56975 100644
--- a/src/lib/hints.cc
+++ b/src/lib/hints.cc
@@ -418,7 +418,7 @@ Hints::scan_content(shared_ptr<const Film> film)
/* We don't need to analyse audio because we already loaded a suitable analysis */
player->set_ignore_audio();
} else {
- /* Send auto to the analyser to check loudness */
+ /* Send audio to the analyser to check loudness */
player->Audio.connect(boost::bind(&Hints::audio, this, _1, _2));
}
player->Text.connect(boost::bind(&Hints::text, this, _1, _2, _3, _4));