From 10e96e1d82f4dc1c122497a2483f5f60d2e3cb7a Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Tue, 18 Jun 2019 23:38:02 -0700 Subject: [PATCH] typo. --- integrations/influxunifi/pkg/unifi-poller/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/influxunifi/pkg/unifi-poller/helpers.go b/integrations/influxunifi/pkg/unifi-poller/helpers.go index 8640e4ed..8074d102 100644 --- a/integrations/influxunifi/pkg/unifi-poller/helpers.go +++ b/integrations/influxunifi/pkg/unifi-poller/helpers.go @@ -16,7 +16,7 @@ func hasErr(errs []error) bool { } // LogErrors writes a slice of errors, with a prefix, to log-out. -// It also incriments the error counter. +// It also increments the error counter. func (u *UnifiPoller) LogErrors(errs []error, prefix string) { for _, err := range errs { if err != nil {