Skip to content

Commit

Permalink
Merge pull request #880 from testwill/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
kpacha authored May 13, 2024
2 parents 459457d + 424a537 commit 032d4b6
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 032d4b6

Please sign in to comment.