From 6afb19df85fd41e7353a5e7dd4c448ec1294be79 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Mon, 12 Jun 2023 11:21:27 -0700 Subject: [PATCH] fix typo --- pkg/minikube/reason/reason.go | 2 +- site/content/en/docs/contrib/errorcodes.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/minikube/reason/reason.go b/pkg/minikube/reason/reason.go index de04744197..37fd2ba401 100644 --- a/pkg/minikube/reason/reason.go +++ b/pkg/minikube/reason/reason.go @@ -398,7 +398,7 @@ var ( IfDedicatedNetwork = Kind{ID: "IF_DEDICATED_NETWORK", ExitCode: ExLocalNetworkError} // minikube failed to populate dchpd_leases file due to bootpd being blocked by firewall IfBootpdFirewall = Kind{ - ID: "ID_BOOTPD_FIREWALL", + ID: "IF_BOOTPD_FIREWALL", ExitCode: ExLocalNetworkError, Advice: translate.T(`Your firewall is likely blocking bootpd, to unblock it run: sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd diff --git a/site/content/en/docs/contrib/errorcodes.en.md b/site/content/en/docs/contrib/errorcodes.en.md index 381b004d86..c43cfd285f 100644 --- a/site/content/en/docs/contrib/errorcodes.en.md +++ b/site/content/en/docs/contrib/errorcodes.en.md @@ -370,7 +370,7 @@ minikube failed to access an ssh client on the host machine "IF_DEDICATED_NETWORK" (Exit code ExLocalNetworkError) minikube failed to create a dedicated network -"ID_BOOTPD_FIREWALL" (Exit code ExLocalNetworkError) +"IF_BOOTPD_FIREWALL" (Exit code ExLocalNetworkError) minikube failed to populate dchpd_leases file due to bootpd being blocked by firewall "INET_CACHE_BINARIES" (Exit code ExInternetError)