summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-03-21 15:09:29 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-03-21 15:09:29 +0100
commit1f4ef465b86d7a71415c62f5af1e536c4edd0185 (patch)
tree25903b4d10f36e21e2f8139ac05ab662a728645a
parent27401cbaadb1755c0a3c928920c07dbfcfc655a4 (diff)
downloadimpressive-display-1f4ef465b86d7a71415c62f5af1e536c4edd0185.tar.gz
impressive-display-1f4ef465b86d7a71415c62f5af1e536c4edd0185.tar.bz2
impressive-display-1f4ef465b86d7a71415c62f5af1e536c4edd0185.zip
impressive-display: grammar fix in comment.
-rwxr-xr-xbin/impressive-display2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/impressive-display b/bin/impressive-display
index 1cfc90f..7e2c782 100755
--- a/bin/impressive-display
+++ b/bin/impressive-display
@@ -138,7 +138,7 @@ fi
if `echo ${!DISPLAYS[@]} | grep -q "$THIS_HOSTNAME"`; then
- $OUTPUT "INFO: $THIS_HOSTNAME has extra properties. loading it.."
+ $OUTPUT "INFO: $THIS_HOSTNAME has extra properties. loading them.."
if echo ${DISPLAYS[$THIS_HOSTNAME]} | grep -q "pdf_uri="; then
PDF_URI=`echo ${DISPLAYS[$THIS_HOSTNAME]} | sed -r -e 's/(^|.*\|)pdf_uri=([^|]*).*/\2/'`