From bb2b759260fb8f43b3e997bcff375e5ba2498572 Mon Sep 17 00:00:00 2001 From: Tobias Krischer Date: Thu, 21 May 2020 17:26:00 +0200 Subject: [PATCH] fix typo in netbox.go --- netbox/netbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox.go b/netbox/netbox.go index fc2fffe3a0..42dd70827a 100644 --- a/netbox/netbox.go +++ b/netbox/netbox.go @@ -34,7 +34,7 @@ func NewNetboxAt(host string) *client.NetBox { const authHeaderName = "Authorization" const authHeaderFormat = "Token %v" -// NewNetboxWithAPIKey returna client which will connect to the given +// NewNetboxWithAPIKey returns a client which will connect to the given // hostname (and optionally port), and will set the expected Authorization // header on each request func NewNetboxWithAPIKey(host string, apiToken string) *client.NetBox {