From 5067cd99cc13a5b582092b148ab0bbbdcc625a85 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 14 Sep 2024 14:43:34 +0200 Subject: [PATCH] package/nginx: fix symmetric typo Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit acbff448619596895267e972ebc2bdad2b0fb12b) Signed-off-by: Peter Korsgaard --- package/nginx/nginx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk index d3b042c59b..7a5455def7 100644 --- a/package/nginx/nginx.mk +++ b/package/nginx/nginx.mk @@ -93,7 +93,7 @@ endif # - pcre-jit (want to rebuild pcre) # Notes: -# * Feature/module option are *not* symetric. +# * Feature/module option are *not* symmetric. # If a feature is on by default, only its --without-xxx option exists; # if a feature is off by default, only its --with-xxx option exists. # * The configure script fails if unknown options are passed on the command