Skip to content

Commit 55748eb

Browse files
authored
Merge pull request #77 from crowdsecurity/fix/typos
fix typos
2 parents 35ed898 + a695bf7 commit 55748eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/crowdsec_nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ init_worker_by_lua_block {
2929
cs = require "crowdsec"
3030
local mode = cs.get_mode()
3131
if string.lower(mode) == "stream" then
32-
ngx.log(ngx.INFO, "Initilizing stream mode for worker " .. tostring(ngx.worker.id()))
32+
ngx.log(ngx.INFO, "Initializing stream mode for worker " .. tostring(ngx.worker.id()))
3333
cs.SetupStream()
3434
end
3535

3636
if ngx.worker.id() == 0 then
37-
ngx.log(ngx.INFO, "Initilizing metrics for worker " .. tostring(ngx.worker.id()))
37+
ngx.log(ngx.INFO, "Initializing metrics for worker " .. tostring(ngx.worker.id()))
3838
cs.SetupMetrics()
3939
end
4040
}

0 commit comments

Comments
 (0)