[njs] Fixed typos introduced in ff7eb3c4bf76.

Dmitry Volyntsev xeioex at nginx.com
Tue Aug 22 18:13:36 UTC 2023


details:   https://hg.nginx.org/njs/rev/71bf45ec8f77
branches:  
changeset: 2182:71bf45ec8f77
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Tue Aug 22 11:12:01 2023 -0700
description:
Fixed typos introduced in ff7eb3c4bf76.

diffstat:

 nginx/ngx_js_shared_dict.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 3af6c729b7cb -r 71bf45ec8f77 nginx/ngx_js_shared_dict.h
--- a/nginx/ngx_js_shared_dict.h	Tue Jul 11 22:50:44 2023 -0700
+++ b/nginx/ngx_js_shared_dict.h	Tue Aug 22 11:12:01 2023 -0700
@@ -16,4 +16,4 @@ njs_int_t njs_js_ext_global_shared_keys(
 extern njs_module_t  ngx_js_shared_dict_module;
 
 
-#endif /* _NGX_JS_FETCH_H_INCLUDED_ */
+#endif /* _NGX_JS_SHARED_DICT_H_INCLUDED_ */


More information about the nginx-devel mailing list