Skip to content

Commit 813f04d

Browse files
isaachierblack-adder
authored andcommitted
Fix typos in agent files (#640)
1 parent dbd5db7 commit 813f04d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

cmd/agent/app/servers/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type ReadBuf struct {
3333
n int
3434
}
3535

36-
// GetBytes returns the contents of the Readbuf as bytes
36+
// GetBytes returns the contents of the ReadBuf as bytes
3737
func (r *ReadBuf) GetBytes() []byte {
3838
return r.bytes[:r.n]
3939
}

0 commit comments

Comments
 (0)