From 935a0e2524b6aa405829a5dfdc3734b45d470224 Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Tue, 12 Nov 2024 09:47:02 +0100 Subject: [PATCH] Replace can't with cannot --- internal/controller/prefixclaim_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/prefixclaim_controller.go b/internal/controller/prefixclaim_controller.go index 0523f76..6d0802e 100644 --- a/internal/controller/prefixclaim_controller.go +++ b/internal/controller/prefixclaim_controller.go @@ -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