From 14fd95121c7826ea3adc804b504f2920e88b614a Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 23 Jun 2019 14:04:35 -0700 Subject: [PATCH] fix typo --- core/poller/pkg/unifi-poller/unifi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/poller/pkg/unifi-poller/unifi.go b/core/poller/pkg/unifi-poller/unifi.go index 3da6d10a..88836428 100644 --- a/core/poller/pkg/unifi-poller/unifi.go +++ b/core/poller/pkg/unifi-poller/unifi.go @@ -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