Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill committed May 12, 2024
1 parent 459457d commit 424a537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func NewEngine(cfg config.ServiceConfig, opt luragin.EngineOptions) *gin.Engine
if err := httpsecure.Register(cfg.ExtraConfig, engine); err != nil && err != httpsecure.ErrNoConfig {
opt.Logger.Warning(logPrefix+"[HTTPsecure]", err)
} else if err == nil {
opt.Logger.Debug(logPrefix + "[HTTPsecure] Successfuly loaded module")
opt.Logger.Debug(logPrefix + "[HTTPsecure] Successfully loaded module")
}

lua.Register(opt.Logger, cfg.ExtraConfig, engine)
Expand Down

0 comments on commit 424a537

Please sign in to comment.