git: d20cd540b154 - main - www/nginx: Fix typo

From: Jochen Neumeister <joneum_at_FreeBSD.org>
Date: Fri, 07 Jan 2022 19:44:34 UTC
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d20cd540b1549b88fd490f21463039cb32c225c5

commit d20cd540b1549b88fd490f21463039cb32c225c5
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-01-07 19:43:25 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-01-07 19:44:29 +0000

    www/nginx: Fix typo
    
    Sponsored by:   Netzkommung GmbH
---
 www/nginx/files/nginx.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/nginx/files/nginx.in b/www/nginx/files/nginx.in
index e226279c4eca..aa463c0c591d 100644
--- a/www/nginx/files/nginx.in
+++ b/www/nginx/files/nginx.in
@@ -150,7 +150,7 @@ nginx_prestart()
 	fi
 }
 
-+nginx_prestop()
+nginx_prestop()
 {
 	sig_stop="${nginx_sig_stop:-TERM}"
 }