diff --git a/server/autolinkplugin/plugin.go b/server/autolinkplugin/plugin.go index 670d84a4..7524338c 100644 --- a/server/autolinkplugin/plugin.go +++ b/server/autolinkplugin/plugin.go @@ -19,7 +19,7 @@ type Plugin struct { handler *api.Handler - // configuration and a muttex to control concurrent access + // configuration and a mutex to control concurrent access conf *Config confLock sync.RWMutex }