Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 1, 2020
1 parent 3e3e75a commit 2bb983c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provider/modbus.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func NewModbusFromConfig(other map[string]interface{}) (*Modbus, error) {
return nil, fmt.Errorf("invalid value %s", cc.Value)
}

// if sunspec reading configured make sure model is defined or device won't be initalized
// if sunspec reading configured make sure model is defined or device won't be initialized
if op.SunSpec.Point != "" && cc.Model == "" {
cc.Model = "SunSpec"
}
Expand Down
2 changes: 1 addition & 1 deletion push/shoutrrr.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/containrrr/shoutrrr/pkg/types"
)

// Shoutrrr implements the shoutrrr messenging aggregator
// Shoutrrr implements the shoutrrr messaging aggregator
type Shoutrrr struct {
app *router.ServiceRouter
}
Expand Down

0 comments on commit 2bb983c

Please sign in to comment.