diff --git a/build_docker.sh b/build_docker.sh index 4552f8d8e..0c8bd4fa8 100755 --- a/build_docker.sh +++ b/build_docker.sh @@ -4,7 +4,7 @@ # github.com/tailscale/mkctr. # By default the images will be tagged with the current version and git # hash of this repository as produced by ./cmd/mkversion. -# This is the image build mechanim used to build the official Tailscale +# This is the image build mechanism used to build the official Tailscale # container images. # # If you want to build local images for testing, you can use make, which provides few convenience wrappers around this script.