From 29d601d1f1f4b7669aeef707cbf75a4373b58ec8 Mon Sep 17 00:00:00 2001 From: dufucun Date: Mon, 3 Jun 2024 23:10:39 +0900 Subject: [PATCH] chore: fix some comments (#2920) Signed-off-by: dufucun Co-authored-by: dufucun --- test/install/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/install/Makefile b/test/install/Makefile index d6ec4052d..fd8588418 100644 --- a/test/install/Makefile +++ b/test/install/Makefile @@ -88,7 +88,7 @@ ubuntu-20.04: ## ALPINE ####################################################### -# note: unit tests cannot be run with sh (alpine dosn't have bash by default) +# note: unit tests cannot be run with sh (alpine doesn't have bash by default) .PHONY: acceptance-alpine-3.6 acceptance-alpine-3.6: alpine-3.6 @@ -103,7 +103,7 @@ alpine-3.6: ## BUSYBOX ####################################################### -# note: unit tests cannot be run with sh (busybox dosn't have bash by default) +# note: unit tests cannot be run with sh (busybox doesn't have bash by default) # note: busybox by default will not have cacerts, so you will get TLS warnings (we want to test under these conditions)