Explorar o código

benchmark: minor typos

Gyu-Ho Lee %!s(int64=10) %!d(string=hai) anos
pai
achega
a932674a5b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tools/benchmark/cmd/root.go

+ 2 - 2
tools/benchmark/cmd/root.go

@@ -26,9 +26,9 @@ import (
 var RootCmd = &cobra.Command{
 	Use:   "benchmark",
 	Short: "A low-level benchmark tool for etcd3",
-	Long: `benchmark is a low-level benchmakr tool for etcd3.
+	Long: `benchmark is a low-level benchmark tool for etcd3.
 It uses gRPC client directly and does not depend on 
-etcd client libray.
+etcd client library.
 	`,
 }