You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by so...@apache.org on 2022/12/14 02:22:26 UTC

[apisix-go-plugin-runner] branch master updated: chore: fix typo (#122)

This is an automated email from the ASF dual-hosted git repository.

soulbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-go-plugin-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new 34c2e5c  chore: fix typo (#122)
34c2e5c is described below

commit 34c2e5cf4ce1ca029809093c33f8dbc95e7ed44c
Author: Ashing Zheng <ax...@gmail.com>
AuthorDate: Wed Dec 14 10:22:21 2022 +0800

    chore: fix typo (#122)
---
 pkg/plugin/plugin.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/plugin/plugin.go b/pkg/plugin/plugin.go
index 177240f..058b387 100644
--- a/pkg/plugin/plugin.go
+++ b/pkg/plugin/plugin.go
@@ -26,7 +26,7 @@ import (
 
 // Plugin represents the Plugin
 type Plugin interface {
-	// Name returns the plguin name
+	// Name returns the plugin name
 	Name() string
 
 	// ParseConf is the method to parse given plugin configuration. When the