This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 9e76af66d chore: fix typo 9e76af66d is described below commit 9e76af66d4b2754770fd82a982404b19dbbaa345 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Fri Dec 16 14:11:26 2022 +0900 chore: fix typo --- pkg/platform/operator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/platform/operator.go b/pkg/platform/operator.go index 39008d423..998e86fcb 100644 --- a/pkg/platform/operator.go +++ b/pkg/platform/operator.go @@ -79,7 +79,7 @@ func GetOperatorPodName() string { return "" } -// GetOperatorLockName returns the name of the lock lease that is electing a leader on the particular namepsace. +// GetOperatorLockName returns the name of the lock lease that is electing a leader on the particular namespace. func GetOperatorLockName(operatorID string) string { return fmt.Sprintf("%s-lock", operatorID) }