From 402b09f5323278a6c7e328796f1eeb4fe29ef844 Mon Sep 17 00:00:00 2001 From: dengyufeng2206 Date: Thu, 18 Aug 2022 18:28:21 +0800 Subject: [PATCH] spelling fix Signed-off-by: dengyufeng2206 --- pkg/serviceaccount/claims.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/serviceaccount/claims.go b/pkg/serviceaccount/claims.go index 1e1475c779f..08f21361a96 100644 --- a/pkg/serviceaccount/claims.go +++ b/pkg/serviceaccount/claims.go @@ -34,7 +34,7 @@ const ( // Injected bound service account token expiration which triggers monitoring of its time-bound feature. WarnOnlyBoundTokenExpirationSeconds = 60*60 + 7 - // Extended expiration for those modifed tokens involved in safe rollout if time-bound feature. + // Extended expiration for those modified tokens involved in safe rollout if time-bound feature. ExpirationExtensionSeconds = 24 * 365 * 60 * 60 )