Skip to content

Commit

Permalink
Replace can't with cannot
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 committed Nov 12, 2024
1 parent 0f2498c commit 935a0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/prefixclaim_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
)

const (
msgCanNotInferParentPrefix = "Prefix restored from hash, can't infer the parent prefix"
msgCanNotInferParentPrefix = "Prefix restored from hash, cannot infer the parent prefix"
)

// PrefixClaimReconciler reconciles a PrefixClaim object
Expand Down

0 comments on commit 935a0e2

Please sign in to comment.