From 88482c2f348f9f9829a7a947264c99db1fc8b4bf Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 15 Sep 2020 12:32:24 -0400 Subject: [PATCH] Update internal/session/repository_connection.go Co-authored-by: Jeff Mitchell --- internal/session/repository_connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/session/repository_connection.go b/internal/session/repository_connection.go index 7b600aad6d..dd39a7f8c3 100644 --- a/internal/session/repository_connection.go +++ b/internal/session/repository_connection.go @@ -159,7 +159,7 @@ func (r *Repository) DeleteConnection(ctx context.Context, publicId string, opt } // UpdateConnection updates the repository entry for the connection, using the -// fieldMaskPaths. Only BytesUp, BytesDown, and ClosedReason are muttable and +// fieldMaskPaths. Only BytesUp, BytesDown, and ClosedReason are mutable and // will be set to NULL if set to a zero value and included in the fieldMaskPaths. func (r *Repository) UpdateConnection(ctx context.Context, connection *Connection, version uint32, fieldMaskPaths []string, opt ...Option) (*Connection, []*ConnectionState, int, error) { if connection == nil {