Commit 93db2b78 authored by Vincent Pelletier's avatar Vincent Pelletier

Typo in comment.

parent 5743cdce
......@@ -139,7 +139,7 @@ class ServerElectionHandler(BaseElectionHandler, MasterHandler):
if node is None:
node = app.nm.createMaster(address=address)
# supplied another uuid in case of conflict
# supply another uuid in case of conflict
while not app.isValidUUID(uuid, address):
uuid = app.getNewUUID(node_type)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment