From e4955f7babf4a7bde9c1942d7194b1c2964f0f8f Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 25 Sep 2020 10:20:08 +0100 Subject: [PATCH] Update comment --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index 3b23cfe5a..7528aa237 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -241,7 +241,7 @@ func loadConfig( return nil, err } - // NOTSPEC: Ordinarily we should force key ID formatting, but since there are + // NOTSPEC: Ordinarily we should enforce key ID formatting, but since there are // a number of private keys out there with non-compatible symbols in them due // to lack of validation in Synapse, we won't enforce that for old verify keys. keyID, privateKey, perr := readKeyPEM(oldPrivateKeyPath, oldPrivateKeyData, false)