Skip to content

Commit cf87c76

Browse files
committed
basic: spelling
1 parent bf62a6c commit cf87c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/basic/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func main() {
3030
zipfS := flag.Float64("zipfS", 1.01, "zipf S value (general pull toward zero) must be > 1.0")
3131
zipfV := flag.Float64("zipfV", float64(*keySpace/2), "zipf V value (pull below this number")
3232
valueSize := flag.Uint("valuesize", 1000, "size of value (in bytes) to store on miss")
33-
clientFlags := flag.Uint("clietnflags", 0, "(32bit unsigned) client flag bits to set on miss")
33+
clientFlags := flag.Uint("clientflags", 0, "(32bit unsigned) client flag bits to set on miss")
3434

3535
flag.Parse()
3636

0 commit comments

Comments
 (0)