Skip to content

Commit

Permalink
docs(globalpatches) fix a minor typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iTechsTR authored and thibaultcha committed Oct 29, 2018
1 parent 83c784f commit e285b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/globalpatches.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ return function(options)
-- one. This is to enforce best-practices for seeding in ngx_lua,
-- and prevents third-party modules from overriding our correct seed
-- (many modules make a wrong usage of `math.randomseed()` by calling
-- it multiple times or by not useing unique seeds for Nginx workers).
-- it multiple times or by not using unique seeds for Nginx workers).
--
-- This patched method will create a unique seed per worker process,
-- using a combination of both time and the worker's pid.
Expand Down

0 comments on commit e285b63

Please sign in to comment.