multi: fix typos and grammar issues in comments [skip ci]

This commit is contained in:
Carsten Otto
2022-10-16 10:26:35 +02:00
parent 2a56f602db
commit 378478eb1a
5 changed files with 23 additions and 24 deletions

View File

@@ -15,8 +15,7 @@ const (
)
// DeleteSessionReply is a message sent in response to a client's DeleteSession
// request. The message indicates whether or not the deletion was a success or
// failure.
// request. The message indicates whether the deletion was a success or failure.
type DeleteSessionReply struct {
// Code will be non-zero if the watchtower was not able to delete the
// requested session.