Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit c603e0a

Browse files
committed
fix typo in source
Signed-off-by: bin liu <liubin0329@gmail.com>
1 parent 78678c1 commit c603e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/rexec/rexec_server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type RemoteCommand struct {
2323
StatusChan libchan.Sender
2424
}
2525

26-
// CommandResponse is the reponse struct to return to the client
26+
// CommandResponse is the response struct to return to the client
2727
type CommandResponse struct {
2828
Status int
2929
}

0 commit comments

Comments
 (0)