Ignore:
Timestamp:
Dec 23, 2011, 8:31:50 AM (13 years ago)
Author:
rick
Message:

Correct annoying typo in naming of the acces*s* point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/gheat/dataimport/kismet.py

    r9668 r9819  
    1717    raise IOError(e)
    1818
    19   # Prepare new accespoints and measurements
     19  # Prepare new accesspoints and measurements
    2020  wnetworks = netxml_doc.findall('wireless-network')
    2121
     
    5555  bssid_failed = defaultdict(int)
    5656
    57   # Prepare new accespoints and measurements
     57  # Prepare new accesspoints and measurements
    5858  points = gpsxml_doc.findall('gps-point')
    5959
Note: See TracChangeset for help on using the changeset viewer.