Revision 5bbd3f7f lib/luxi.py

b/lib/luxi.py
191 191
      raise TimeoutError("Sending timeout: %s" % str(err))
192 192

  
193 193
  def Recv(self):
194
    """Try to receive a messae from the socket.
194
    """Try to receive a message from the socket.
195 195

  
196 196
    In case we already have messages queued, we just return from the
197 197
    queue. Otherwise, we try to read data with a _rwtimeout network

Also available in: Unified diff