Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dk-lockdown authored Dec 15, 2021
1 parent e129c3f commit cc4feb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (t *ProtocolType) UnmarshalText(text []byte) error {
return errors.New("can't unmarshal a nil *ProtocolType")
}
if t.unmarshalText(bytes.ToLower(text)) {
return fmt.Errorf("unrecognized protocal type: %q", text)
return fmt.Errorf("unrecognized protocol type: %q", text)
}
return nil
}
Expand Down

0 comments on commit cc4feb0

Please sign in to comment.