From 1f4ef465b86d7a71415c62f5af1e536c4edd0185 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 21 Mar 2017 15:09:29 +0100 Subject: impressive-display: grammar fix in comment. --- bin/impressive-display | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'` -- cgit v1.2.3