minikube/site/content/en/docs/tutorials
Nir Soffer 62529ec03e
spelling: Fix spelling errors with codespell (#21273)
Fix trivial spelling errors using codespell[1]:

    codespell --skip '*.yaml,*.tmpl,*.json,*.html,*.patch,go.sum' -w

And rejecting some false positives fixes:

    ./CHANGELOG.md:907: fliter ==> filter
    ./third_party/go9p/clnt_write.go:48: Writen ==> Written
    ./third_party/kubeadm/app/features/features.go:69: AtLeast ==> at least
    ./site/content/en/docs/contrib/translations.md:106: certificats ==> certificates
    ./site/content/en/docs/contrib/translations.md:113: espace ==> escape
    ./site/content/en/docs/tutorials/amd.md:75: HSA ==> HAS
    ./site/content/en/docs/tutorials/amd.md:87: HSA ==> HAS
    ./pkg/minikube/config/extra_options_test.go:143: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:151: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:152: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:168: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:177: expRes ==> express
    ./pkg/minikube/config/extra_options_test.go:178: expRes ==> express

There are more spelling errors that need manual selection:

    ./CHANGELOG.md:234: issuse ==> issue, issues
    ./CHANGELOG.md:543: Pris ==> Prise, Prism
    ./hack/benchmark/time-to-k8s/page.go:73: readin ==> reading, read in
    ./hack/benchmark/image-build/generate-chart.go:82: INTERATIVE ==> INTERACTIVE, ITERATIVE
    ./hack/benchmark/image-build/generate-chart.go:87: INTERATIVE ==> INTERACTIVE, ITERATIVE
    ./hack/benchmark/image-build/generate-chart.go:137: INTERATIVE ==> INTERACTIVE, ITERATIVE
    ./hack/benchmark/image-build/generate-chart.go:162: interative ==> interactive, iterative
    ./hack/benchmark/image-build/generate-chart.go:195: INTERATIVE ==> INTERACTIVE, ITERATIVE
    ./third_party/go9p/fmt.go:132: Tread ==> Thread, Treat
    ./third_party/go9p/fmt.go:133: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:33: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:170: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:171: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:225: Tread ==> Thread, Treat
    ./third_party/go9p/p9.go:263: Tread ==> Thread, Treat
    ./third_party/go9p/packt.go:165: Tread ==> Thread, Treat
    ./third_party/go9p/packt.go:168: Tread ==> Thread, Treat
    ./third_party/go9p/srv_srv.go:305: Tread ==> Thread, Treat
    ./third_party/go9p/srv_srv.go:349: Tread ==> Thread, Treat
    ./third_party/go9p/unpack.go:170: Tread ==> Thread, Treat
    ./site/content/en/docs/tutorials/multi_control_plane_ha_clusters.md:145: Virual ==> Virtual, Visual, Viral
    ./pkg/drivers/krunkit/krunkit.go:392: Terminte ==> Terminate, Termite
    ./pkg/drivers/common/common.go:283: drawin ==> drawing, draw in, drawn
    ./pkg/drivers/kic/oci/oci.go:175: stroed ==> stored, stroked, strode
    ./pkg/minikube/out/out.go:412: isT ==> is, it, its, it's, sit, list
    ./pkg/minikube/out/out.go:413: isT ==> is, it, its, it's, sit, list
    ./pkg/minikube/out/out.go:414: isT ==> is, it, its, it's, sit, list
    ./pkg/minikube/shell/shell_test.go:152: writed ==> wrote, written, write, writer
    ./pkg/minikube/bootstrapper/kubeadm/kubeadm.go:710: wil ==> will, well

If we find a way to prevent the false positives we can use this command
for spell checking in the CI.

[1] https://github.com/codespell-project/codespell
2025-08-11 11:27:20 -07:00
..
kubernetes_101 spelling: Fix spelling errors with codespell (#21273) 2025-08-11 11:27:20 -07:00
_index.md Removed exec permission from files that should not have 2021-01-13 18:22:29 -07:00
amd.md Add support for AMD GPU via --gpu=amd for docker linux amd64. 2024-10-11 21:36:06 +01:00
audit-policy.md Improved broken links 2020-06-16 05:43:47 +02:00
configuring_creds_for_aws_ecr.md Add backticks 2023-03-17 22:23:51 -07:00
continuous_integration.md remove deadlink 2024-09-16 15:41:43 -07:00
custom_cert_ingress.md Merge pull request #12086 from browncrane/patch-2 2021-08-13 13:25:05 -07:00
docker_desktop_replacement.md adding the default profile name for the examples 2023-01-10 16:07:51 -05:00
ebpf_tools_in_minikube.md Update ebpf_tools_in_minikube.md (#19887) 2024-11-06 11:07:33 -08:00
local_path_provisioner.md Add tutorial of using local-path-provisioner 2023-09-23 17:41:14 +02:00
multi_control_plane_ha_clusters.md spelling: Fix spelling errors with codespell (#21273) 2025-08-11 11:27:20 -07:00
multi_node.md add multi-node cluster doc for the csi hostpath driver 2023-02-13 22:26:03 +01:00
nginx_tcp_udp_ingress.md site: Add example to ingress tutorial (#20814) 2025-05-21 11:34:12 -07:00
nvidia.md Add support to docker runtime for OCI access to NVIDIA GPUs (#20959) 2025-08-07 11:23:31 -07:00
openid_connect_auth.md Update OIDC documentation. 2020-07-23 13:07:15 +02:00
setup_minikube_gui.md spelling: Fix spelling errors with codespell (#21273) 2025-08-11 11:27:20 -07:00
setup_minikube_in_github_actions.md Update Github actions documentation url (#20126) 2024-12-17 09:42:39 -08:00
static_ip.md add FAQ and tutorial for static IP 2023-01-04 12:55:35 -08:00
telemetry.md Fix typos 2022-06-10 15:26:35 -07:00
token-auth-file.md Fix typos 2022-06-10 15:26:35 -07:00
user_flag.md Fix typos 2022-06-10 15:26:35 -07:00
volume_snapshots_and_csi.md add multi-node cluster doc for the csi hostpath driver 2023-02-13 22:26:03 +01:00
wsl_docker_driver.md add docs for setting up WSL 2 & Docker 2022-01-13 10:14:32 -08:00