From: Elan Ruusamäe Date: Sat, 21 Jul 2018 21:34:06 +0000 (+0300) Subject: minor typo fix in initscript X-Git-Tag: auto/th/lighttpd-1.4.50-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flighttpd.git;a=commitdiff_plain;h=85a2698926f30b4378927f46b7a579202eef443a minor typo fix in initscript --- diff --git a/lighttpd.init b/lighttpd.init index aaf4d5f..93353b6 100755 --- a/lighttpd.init +++ b/lighttpd.init @@ -40,7 +40,7 @@ configtest() { if [ -n "$out" ]; then # make it unique, format nicely out=$(echo "$out" | sort -u | xargs | sed -e 's/ /, /g') - echo >&2 "WARNING: found deprecated '$out', convert to 'url.rewrite-final' recommented, See http://redmine.lighttpd.net/issues/2379" + echo >&2 "WARNING: found deprecated '$out', convert to 'url.rewrite-final' recommended, See http://redmine.lighttpd.net/issues/2379" fi env SHELL=/bin/sh $DAEMON -t -f $CONFIGFILE $HTTPD_OPTS