diff --git a/bazel/make_tarball/make_tarball.go b/bazel/make_tarball/make_tarball.go index 2a0236899844..fe14bdb2c88e 100644 --- a/bazel/make_tarball/make_tarball.go +++ b/bazel/make_tarball/make_tarball.go @@ -50,7 +50,7 @@ func main() { rootpaths := flagToStrings(*rootpathsFlag) if len(execpaths) != len(rootpaths) { - die("Flags --execpaths and --rootpaths were passed lists of different lenghts: %d and %d.\n", len(execpaths), len(rootpaths)) + die("Flags --execpaths and --rootpaths were passed lists of different lengths: %d and %d.\n", len(execpaths), len(rootpaths)) } outputFile, err := os.Create(*outputFileFlag)