Revision 5bbd3f7f lib/http/__init__.py

b/lib/http/__init__.py
744 744
  def HasMessageBody(self):
745 745
    """Checks whether the HTTP message contains a body.
746 746

  
747
    Can be overriden by subclasses.
747
    Can be overridden by subclasses.
748 748

  
749 749
    """
750 750
    return bool(self._msg.body)
......
937 937
  def ParseStartLine(self, start_line):
938 938
    """Parses the start line of a message.
939 939

  
940
    Must be overriden by subclass.
940
    Must be overridden by subclass.
941 941

  
942 942
    @type start_line: string
943 943
    @param start_line: Start line string

Also available in: Unified diff