Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit e966039

Browse files
authored
Merge pull request #213 from detiber/fixtypo
✨ Fix typo in error message
2 parents d55f1d7 + a323f1f commit e966039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/packet/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
ipxeOS = "custom_ipxe"
3838
)
3939

40-
var ErrControlPlanEndpointNotFound = errors.New("contorl plane not found")
40+
var ErrControlPlanEndpointNotFound = errors.New("control plane not found")
4141

4242
type PacketClient struct {
4343
*packngo.Client

0 commit comments

Comments
 (0)