]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
minor typo fix in initscript
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 21 Jul 2018 21:34:06 +0000 (00:34 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 21 Jul 2018 21:34:06 +0000 (00:34 +0300)
lighttpd.init

index aaf4d5fae66946360f8b500221b0320f8a21e928..93353b6588e5070f1a07b0c6e819c726d7971998 100755 (executable)
@@ -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
This page took 0.044737 seconds and 4 git commands to generate.