Revision 2f8598a5 lib/rpc.py

b/lib/rpc.py
187 187
class Client:
188 188
  """RPC Client class.
189 189

  
190
  This class, given a (remote) ethod name, a list of parameters and a
190
  This class, given a (remote) method name, a list of parameters and a
191 191
  list of nodes, will contact (in parallel) all nodes, and return a
192 192
  dict of results (key: node name, value: result).
193 193

  
......
288 288

  
289 289

  
290 290
def call_instance_start(node, instance, extra_args):
291
  """Stars an instance.
291
  """Starts an instance.
292 292

  
293 293
  This is a single-node call.
294 294

  

Also available in: Unified diff