From 85a2698926f30b4378927f46b7a579202eef443a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 22 Jul 2018 00:34:06 +0300 Subject: [PATCH] minor typo fix in initscript --- lighttpd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0