Skip to content

Commit

Permalink
typo in errormessage in modules.go (elastic#6441)
Browse files Browse the repository at this point in the history
fielset -> fileset
  • Loading branch information
rzmf authored and exekias committed Feb 22, 2018
1 parent baa740d commit 7c78081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/fileset/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (reg *ModuleRegistry) GetInputConfigs() ([]*common.Config, error) {
for name, fileset := range filesets {
fcfg, err := fileset.getInputConfig()
if err != nil {
return result, fmt.Errorf("Error getting config for fielset %s/%s: %v",
return result, fmt.Errorf("Error getting config for fileset %s/%s: %v",
module, name, err)
}
result = append(result, fcfg)
Expand Down

0 comments on commit 7c78081

Please sign in to comment.