Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup committed Sep 17, 2024
1 parent 42552bc commit f368463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apisix/plugins/hmac-auth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ local function validate(ctx, conf, params)

local consumer_conf = consumer.auth_conf
local found_algorithm = false
-- check supported alorithm used
-- check supported algorithm used
if not conf.allowed_algorithms then
conf.allowed_algorithms = ALLOWED_ALGORITHMS
end
Expand Down
2 changes: 1 addition & 1 deletion t/plugin/hmac-auth.t
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ client request can't be validated: Clock skew exceeded



=== TEST 22: update route with defualt clock skew
=== TEST 22: update route with default clock skew
--- config
location /t {
content_by_lua_block {
Expand Down

0 comments on commit f368463

Please sign in to comment.