| commit | 16ebf144db82c8a57869456d159352e5aa2f4392 | [log] [tgz] |
|---|---|---|
| author | Leopold Schabel <leo@monogon.tech> | Thu Jan 09 20:54:52 2025 +0100 |
| committer | Leopold Schabel <leo@monogon.tech> | Thu Jan 09 20:53:07 2025 +0000 |
| tree | b26ca61256f9773e3680291876032729d81a29d1 | |
| parent | eda1e1228ee6174e266cc0b4a30310b56a292558 [diff] [blame] |
metropolis/node/core: fix typo Change-Id: I07b362e411d22ddd99eecbb1b19b5a5e604c6d34 Reviewed-on: https://review.monogon.dev/c/monogon/+/3769 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
diff --git a/metropolis/node/core/identity/certificates.go b/metropolis/node/core/identity/certificates.go index 7735ae6..86cfd13 100644 --- a/metropolis/node/core/identity/certificates.go +++ b/metropolis/node/core/identity/certificates.go
@@ -101,7 +101,7 @@ // Ensure subject cert is signed by ca. if err := cert.CheckSignatureFrom(ca); err != nil { - return nil, fmt.Errorf("signature veritifcation failed: %w", err) + return nil, fmt.Errorf("signature verification failed: %w", err) } // Ensure subject certificate is _not_ CA. CAs (cluster or possibly