diff --git a/ekms/internal/kms/kmsintercom.go b/ekms/internal/kms/kmsintercom.go
index a9adcc4794a98b381ea561d3f081051ac2628eff..c74fda38ac0028f513700223e2922a7b55e9bbaa 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())