Skip to content

Commit 04bed16

Browse files
authored
doc: fixed typo.
1 parent f7ecbbf commit 04bed16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ngx_stream_lua_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ ngx_stream_lua_abort_pending_timers(ngx_event_t *ev)
919919
next = cur->parent;
920920

921921
} else {
922-
/* not reacheable */
922+
/* not reachable */
923923
next = NULL;
924924
}
925925

src/ngx_stream_lua_uthread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ ngx_stream_lua_uthread_kill(lua_State *L)
284284
return 1;
285285
}
286286

287-
/* not reacheable */
287+
/* not reachable */
288288
}
289289

290290
/* vi:set ft=c ts=4 sw=4 et fdm=marker: */

0 commit comments

Comments
 (0)