Commit 6e2124a3 authored by Vincent Pelletier's avatar Vincent Pelletier

Typo in comment.

parent c876098e
...@@ -48,7 +48,7 @@ class ConfigurationManager(object): ...@@ -48,7 +48,7 @@ class ConfigurationManager(object):
def getMasters(self): def getMasters(self):
""" Get the master node list except itself """ """ Get the master node list except itself """
masters = self.__get('masters') masters = self.__get('masters')
# lod master node list except itself # load master node list except itself
return util.parseMasterList(masters, except_node=self.getBind()) return util.parseMasterList(masters, except_node=self.getBind())
def getBind(self): def getBind(self):
......
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