diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2024-08-09 19:12:23 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2024-08-09 19:12:23 +0400 |
commit | 250baed4ee9bd32b6f236fd9ec17bf8800839b0e (patch) | |
tree | 7a67a42e77ec7aa5148ea5dc141eb5c8b6fae04d /docs | |
parent | 6ecc4e38079de24475ad9d47162d8dabd4788e73 (diff) | |
download | nginx-250baed4ee9bd32b6f236fd9ec17bf8800839b0e.tar.gz nginx-250baed4ee9bd32b6f236fd9ec17bf8800839b0e.zip |
Typo fixed.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/nginx/changes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 984dd5ced..c6729a0f3 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -51,12 +51,12 @@ if "gzip", "gunzip", "ssi", "sub_filter", or "grpc_pass" directives are used. <change type="bugfix"> <para lang="ru"> nginx не собирался gcc 14, -если использовался параметр --with-atomic.<br/> +если использовался параметр --with-libatomic.<br/> Спасибо Edgar Bonet. </para> <para lang="en"> nginx could not be built by gcc 14 -if the --with-atomic option was used.<br/> +if the --with-libatomic option was used.<br/> Thanks to Edgar Bonet. </para> </change> |