Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 22, 2020
1 parent 0af9f68 commit 84c7d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (pm *Manager) Open(name string) (*plugin.Plugin, error) {
return plugin.Open(path.Join(pm.Path, name))
}

// Lookup searchs for a symbol named symName in a plugin named pluginName.
// Lookup searches for a symbol named symName in a plugin named pluginName.
func (pm *Manager) Lookup(pluginName, symName string) (plugin.Symbol, error) {
p, err := pm.Open(pluginName)
if err != nil {
Expand Down

0 comments on commit 84c7d05

Please sign in to comment.