From 50ec39477e6da11a3a91642888c7a53b85c7c01c Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Mon, 4 Apr 2022 22:55:57 +0200 Subject: [PATCH] rpcperms: fix typo [skip ci] --- rpcperms/middleware_handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcperms/middleware_handler.go b/rpcperms/middleware_handler.go index db122619d..4663bec8a 100644 --- a/rpcperms/middleware_handler.go +++ b/rpcperms/middleware_handler.go @@ -83,7 +83,7 @@ func NewMiddlewareHandler(name, customCaveatName string, readOnly bool, log.Warnf("A new gRPC middleware with the name '%s' was registered "+ " with custom_macaroon_caveat='%s', read_only=%v. Make sure "+ "you trust the middleware author since that code will be able "+ - "to intercept and possibly modify and gRPC messages sent/"+ + "to intercept and possibly modify any gRPC messages sent/"+ "received to/from a client that has a macaroon with that "+ "custom caveat.", name, customCaveatName, readOnly)