From 0428f0e659e3af5f4e18104d7177b0045690be98 Mon Sep 17 00:00:00 2001 From: Mike Smith <10135646+mikesmithgh@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:13:02 -0400 Subject: [PATCH] chore: fix typo --- wfe2/wfe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfe2/wfe.go b/wfe2/wfe.go index d986065f2ae..1abf5dae24a 100644 --- a/wfe2/wfe.go +++ b/wfe2/wfe.go @@ -1856,7 +1856,7 @@ func (wfe *WebFrontEndImpl) KeyRollover( updatedAcctPb, err := wfe.ra.UpdateRegistration(ctx, &rapb.UpdateRegistrationRequest{Base: regPb, Update: updatePb}) if err != nil { if errors.Is(err, berrors.Duplicate) { - // It is possible that between checking for the existing key, and preforming the update + // It is possible that between checking for the existing key, and performing the update // a parallel update or new account request happened and claimed the key. In this case // just retrieve the account again, and return an error as we would above with a Location // header