~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/geoip/helpers.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:
67
67
    if ipaddresses is None:
68
68
        return None
69
69
 
70
 
    # We actually get a comma seperated list of addresses. We need to throw
 
70
    # We actually get a comma separated list of addresses. We need to throw
71
71
    # away the obvious duds, such as loopback addresses
72
72
    ipaddresses = [addr.strip() for addr in ipaddresses.split(',')]
73
73
    ipaddresses = [