Skip to content

Commit d0b8659

Browse files
committed
Misspell.
1 parent 27e7513 commit d0b8659

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

goben/main.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type options struct {
3030
TotalDuration time.Duration
3131
ReadSize int
3232
WriteSize int
33-
PassiveServer bool // supress server send
33+
PassiveServer bool // suppress server send
3434
}
3535

3636
func (h *hostList) String() string {
@@ -57,8 +57,8 @@ func main() {
5757
flag.StringVar(&app.totalDuration, "totalDuration", "10s", "test total duration")
5858
flag.IntVar(&app.opt.ReadSize, "readSize", 20000, "read buffer size in bytes")
5959
flag.IntVar(&app.opt.WriteSize, "writeSize", 20000, "write buffer size in bytes")
60-
flag.BoolVar(&app.passiveClient, "passiveClient", false, "supress client writes")
61-
flag.BoolVar(&app.opt.PassiveServer, "passiveServer", false, "supress server writes")
60+
flag.BoolVar(&app.passiveClient, "passiveClient", false, "suppress client writes")
61+
flag.BoolVar(&app.opt.PassiveServer, "passiveServer", false, "suppress server writes")
6262

6363
flag.Parse()
6464

0 commit comments

Comments
 (0)