X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=python-rwhoisd.git;a=blobdiff_plain;f=rwhoisd%2FMemDB.py;fp=rwhoisd%2FMemDB.py;h=1cde736d2eedd08b5ff752c11c19ebcf504f4fd9;hp=e1da0c18a5cc6df1ee47a5e4e94bc35d0d727158;hb=38b4406b046fb794322e948fd77cc1cbf28baa25;hpb=1bb7b018fcc2f99564e8479826dcc109e7e5e5e4 diff --git a/rwhoisd/MemDB.py b/rwhoisd/MemDB.py index e1da0c1..1cde736 100644 --- a/rwhoisd/MemDB.py +++ b/rwhoisd/MemDB.py @@ -157,7 +157,7 @@ class MemDB: def index_data(self): """Prepare the indexes for searching. Currently, this isn't strictly necessary (the indexes will prepare themselves when - necessary), but it should elminate a penalty on initial + necessary), but it should eliminate a penalty on initial searches""" for i in self.indexes.values():