From 688c0de9f60f772a5476da60e63a4879ee6ceec1 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 Fix a small typo in the comment: wether --> whether 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