summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-03-21 12:14:09 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-03-21 12:14:09 +0100
commit27401cbaadb1755c0a3c928920c07dbfcfc655a4 (patch)
tree69fa0fa5c0d88b2985d8ed788bd7eda1fb5933e7
parent87dfb122d1dec739578c2855c34f6a1912aefc89 (diff)
downloadimpressive-display-27401cbaadb1755c0a3c928920c07dbfcfc655a4.tar.gz
impressive-display-27401cbaadb1755c0a3c928920c07dbfcfc655a4.tar.bz2
impressive-display-27401cbaadb1755c0a3c928920c07dbfcfc655a4.zip
impressive-display: Fix comment above pulseaudio initialization code.
-rwxr-xr-xbin/impressive-display2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/impressive-display b/bin/impressive-display
index 083461b..1cfc90f 100755
--- a/bin/impressive-display
+++ b/bin/impressive-display
@@ -104,7 +104,7 @@ pdffile_display="$workdir/impressive-pdffile-display.pdf"
session_lock="$workdir/.session-lock.$$"
impressive_lock="$workdir/.impressive-lock"
-# provide pulseaudio support in the browser session, if not
+# provide pulseaudio support in the impressive display session, if not
# already available...
if ! pacmd stat 1>/dev/null 2>/dev/null; then
if [ "x$WITH_PULSEAUDIO" = "xyes" ]; then