From 53ae6b7e909cb0bc4525c4c4454756a43da867dd Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Thu, 3 Aug 2017 15:27:25 -0700 Subject: [PATCH] Fix typo --- benchmark/worker/benchmark_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {