Skip to content

Commit 708ef79

Browse files
authored
chore: fix typo (#6772)
1 parent 9800065 commit 708ef79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfe2/wfe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ func (wfe *WebFrontEndImpl) KeyRollover(
18561856
updatedAcctPb, err := wfe.ra.UpdateRegistration(ctx, &rapb.UpdateRegistrationRequest{Base: regPb, Update: updatePb})
18571857
if err != nil {
18581858
if errors.Is(err, berrors.Duplicate) {
1859-
// It is possible that between checking for the existing key, and preforming the update
1859+
// It is possible that between checking for the existing key, and performing the update
18601860
// a parallel update or new account request happened and claimed the key. In this case
18611861
// just retrieve the account again, and return an error as we would above with a Location
18621862
// header

0 commit comments

Comments
 (0)