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 {