Skip to content

Commit

Permalink
Fix typo in log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hollingsworth committed Jan 31, 2015
1 parent e3c2f01 commit 816f722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (c *config) discoverSingle(glob string, m *map[string]string) error {

// Look for foo-bar-baz. The plugin name is "baz"
plugin := file[len(prefix):]
log.Printf("[DEBUG] Discoverd plugin: %s = %s", plugin, match)
log.Printf("[DEBUG] Discovered plugin: %s = %s", plugin, match)
(*m)[plugin] = match
}

Expand Down

0 comments on commit 816f722

Please sign in to comment.