From 7c0dfb4ebdb52f09c69fd15696d15e801a2d799b Mon Sep 17 00:00:00 2001 From: Hu Shuai Date: Fri, 19 Nov 2021 10:18:40 +0800 Subject: [PATCH] Fix a small typo Signed-off-by: Hu Shuai --- pkg/internal/testing/process/process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/internal/testing/process/process.go b/pkg/internal/testing/process/process.go index 4675f9b947..531021bb2f 100644 --- a/pkg/internal/testing/process/process.go +++ b/pkg/internal/testing/process/process.go @@ -84,7 +84,7 @@ type State struct { DirNeedsCleaning bool Path string - // ready holds wether the process is currently in ready state (hit the ready condition) or not. + // ready holds whether the process is currently in ready state (hit the ready condition) or not. // It will be set to true on a successful `Start()` and set to false on a successful `Stop()` ready bool