This commit is contained in:
David Newhall II 2019-06-23 14:04:35 -07:00
parent c326984f66
commit d4988682d8
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ func (u *UnifiPoller) PollController() error {
}
// CollectMetrics grabs all the measurements from a UniFi controller and returns them.
// This also creates an InfluxDB writer, and retuns error if that fails.
// This also creates an InfluxDB writer, and returns error if that fails.
func (u *UnifiPoller) CollectMetrics() (*Metrics, error) {
m := &Metrics{}
var err error