Skip to content

Commit c237be1

Browse files
authored
Merge pull request #734 from luraproject/typo
Correct typo in plugin registration log
2 parents f30b0a9 + 0975ec0 commit c237be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transport/http/server/plugin/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func New(logger logging.Logger, next RunServer) RunServer {
5656
for _, name := range fifo {
5757
rawHf, ok := r.Get(name)
5858
if !ok {
59-
logger.Error(logPrefix, "No plugin resgistered as", name)
59+
logger.Error(logPrefix, "No plugin registered as", name)
6060
continue
6161
}
6262

0 commit comments

Comments
 (0)