Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar fix: 'disable' instead of 'do not enable' #1885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auto/lib/geoip/conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ else
cat << END

$0: error: the GeoIP module requires the GeoIP library.
You can either do not enable the module or install the library.
You can either disable the module or install the library.

END

Expand Down
2 changes: 1 addition & 1 deletion auto/lib/google-perftools/conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
cat << END

$0: error: the Google perftools module requires the Google perftools
library. You can either do not enable the module or install the library.
library. You can either disable the module or install the library.

END

Expand Down
2 changes: 1 addition & 1 deletion auto/lib/jemalloc/conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ elif [ $USE_JEMALLOC = YES ]; then
cat << END

$0: error: the --with-jemalloc requires the jemalloc library.
You can either do not enable this feature, or install the jemalloc
You can either disable this feature, or install the jemalloc
library into the system, or build the jemalloc library statically from
the source with nginx by using --with-jemalloc=<path> option.

Expand Down
2 changes: 1 addition & 1 deletion auto/lib/libgd/conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ else
cat << END

$0: error: the HTTP image filter module requires the GD library.
You can either do not enable the module or install the libraries.
You can either disable the module or install the libraries.

END

Expand Down
2 changes: 1 addition & 1 deletion auto/lib/libxslt/conf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ else
cat << END

$0: error: the HTTP XSLT module requires the libxml2/libxslt
libraries. You can either do not enable the module or install the libraries.
libraries. You can either disable the module or install the libraries.

END

Expand Down
2 changes: 1 addition & 1 deletion auto/lib/openssl/conf
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ else
cat << END

$0: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
You can either disable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option.

Expand Down