Skip to content

Commit 84338ab

Browse files
sbhrthibaultcha
authored andcommitted
typo: fixed a debug log in access and rewrite handlers.
Signed-off-by: Thibault Charbonnier <thibaultcha@me.com>
1 parent ebfa66c commit 84338ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ngx_http_lua_accessby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ngx_http_lua_access_handler(ngx_http_request_t *r)
6060
#endif
6161

6262
if (cur_ph < last_ph) {
63-
dd("swaping the contents of cur_ph and last_ph...");
63+
dd("swapping the contents of cur_ph and last_ph...");
6464

6565
tmp = *cur_ph;
6666

src/ngx_http_lua_rewriteby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ngx_http_lua_rewrite_handler(ngx_http_request_t *r)
6262
#endif
6363

6464
if (cur_ph < last_ph) {
65-
dd("swaping the contents of cur_ph and last_ph...");
65+
dd("swapping the contents of cur_ph and last_ph...");
6666

6767
tmp = *cur_ph;
6868

0 commit comments

Comments
 (0)