Update fdbserver/GrvProxyServer.actor.cpp

Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
This commit is contained in:
Lukas Joswiak 2022-07-08 11:41:32 -07:00
parent 7a48a53778
commit e024db85a0
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ ACTOR Future<Void> globalConfigMigrate(GrvProxyData* grvProxyData) {
wait(tr->commit());
break;
} catch (Error& e) {
// Multilpe GRV proxies may attempt this migration at the same
// Multiple GRV proxies may attempt this migration at the same
// time, sometimes resulting in aborts due to conflicts.
// Purposefully avoid retrying, making this migration
// best-effort.