From d54a9e832a599ba3c3427410b0681c2ed9a35f96 Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Tue, 23 Jan 2024 14:33:51 +0000 Subject: [PATCH] typo --- ekms/internal/kms/kmsintercom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ekms/internal/kms/kmsintercom.go b/ekms/internal/kms/kmsintercom.go index a9adcc47..c74fda38 100644 --- a/ekms/internal/kms/kmsintercom.go +++ b/ekms/internal/kms/kmsintercom.go @@ -22,7 +22,7 @@ type kmsTalkerServer struct { eKMS *EKMS } -// This must somehow find out and agree to a specific key lenght. +// This must somehow find out and agree to a specific key length. func (s *kmsTalkerServer) InterComCapabilities(ctx context.Context, in *pb.InterComCapabilitiesRequest) (capReply *pb.InterComCapabilitiesReply, err error) { log.Debugf("Received: %v", in.GetMyKmsName()) -- GitLab