Skip to content

Commit 5b50927

Browse files
committed
fix typo
1 parent 3b61343 commit 5b50927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/netbox/api/composite_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package api
1818

1919
// NetboxCompositeClient holds both the v3 and v4 clients,
2020
// presenting a single unified interface to callers (controllers).
21-
// The v4 client was introduced becuase of braking changes in the
21+
// The v4 client was introduced because of braking changes in the
2222
// ip ranges and prefixes endpoints of the NetBox api in newer (4.2+) NetBox versions
2323
// for requests where the v3 client is still compatible the client was not replaced
2424
type NetboxCompositeClient struct {

0 commit comments

Comments
 (0)