diff --git a/benchmark/worker/benchmark_client.go b/benchmark/worker/benchmark_client.go index ee6168b1..9db1d850 100644 --- a/benchmark/worker/benchmark_client.go +++ b/benchmark/worker/benchmark_client.go @@ -38,7 +38,7 @@ import ( ) var ( - caFile = flag.String("ca_file", "", "The file containning the CA root cert file") + caFile = flag.String("ca_file", "", "The file containing the CA root cert file") ) type lockingHistogram struct {