From e024db85a0d4c0977bec43d009d5536ff10d05c5 Mon Sep 17 00:00:00 2001 From: Lukas Joswiak Date: Fri, 8 Jul 2022 11:41:32 -0700 Subject: [PATCH] Update fdbserver/GrvProxyServer.actor.cpp Co-authored-by: A.J. Beamon --- fdbserver/GrvProxyServer.actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdbserver/GrvProxyServer.actor.cpp b/fdbserver/GrvProxyServer.actor.cpp index 42229cf751..9632b5b9ad 100644 --- a/fdbserver/GrvProxyServer.actor.cpp +++ b/fdbserver/GrvProxyServer.actor.cpp @@ -345,7 +345,7 @@ ACTOR Future 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.