~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/tcpwatch/tcpwatch.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
877
877
                header_plus = s[:index]
878
878
                consumed = len(data) - (len(s) - index)
879
879
                self.in_header = 0
880
 
                # Remove preceeding blank lines.
 
880
                # Remove preceding blank lines.
881
881
                header_plus = header_plus.lstrip()
882
882
                if not header_plus:
883
883
                    self.empty = 1