Skip to content

Commit e51a473

Browse files
rainingmasteragentzh
authored andcommitted
doc: typo fix: fix constrolled to controlled.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
1 parent 34d9298 commit e51a473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7839,7 +7839,7 @@ timers" here mean timers that have not yet been expired and "running
78397839
timers" are those whose user callbacks are currently running.
78407840

78417841
The maximal number of pending timers allowed in an Nginx
7842-
worker is constrolled by the [lua_max_pending_timers](#lua_max_pending_timers)
7842+
worker is controlled by the [lua_max_pending_timers](#lua_max_pending_timers)
78437843
directive. The maximal number of running timers is controlled by the
78447844
[lua_max_running_timers](#lua_max_running_timers) directive.
78457845

doc/HttpLuaModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6660,7 +6660,7 @@ timers" here mean timers that have not yet been expired and "running
66606660
timers" are those whose user callbacks are currently running.
66616661
66626662
The maximal number of pending timers allowed in an Nginx
6663-
worker is constrolled by the [[#lua_max_pending_timers|lua_max_pending_timers]]
6663+
worker is controlled by the [[#lua_max_pending_timers|lua_max_pending_timers]]
66646664
directive. The maximal number of running timers is controlled by the
66656665
[[#lua_max_running_timers|lua_max_running_timers]] directive.
66666666

0 commit comments

Comments
 (0)