From f217c5d0a84d05971d92561d1f29ca7ce5752b43 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Tue, 18 Jun 2019 23:38:02 -0700 Subject: [PATCH] typo. --- pkg/unifi-poller/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/unifi-poller/helpers.go b/pkg/unifi-poller/helpers.go index 8640e4ed..8074d102 100644 --- a/pkg/unifi-poller/helpers.go +++ b/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 {