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

Commit 87eb956

Browse files
committed
Merge pull request #99 from liubin/fixtypos
fix typo in source
2 parents 78678c1 + c603e0a commit 87eb956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)