This commit is contained in:
Till Faelligen 2022-09-28 19:40:06 +02:00
parent a87fd8dec7
commit a8f1d4907e
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -233,7 +233,7 @@ func (a *KeyInternalAPI) PerformMarkAsStaleIfNeeded(ctx context.Context, req *ap
return err
}
if len(knownDevices) == 0 {
return fmt.Errorf("unkown user %s", req.UserID)
return fmt.Errorf("unknown user %s", req.UserID)
}
for i := range knownDevices {