summaryrefslogtreecommitdiffstats
path: root/Lib/asynchat.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/asynchat.py')
-rw-r--r--Lib/asynchat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asynchat.py b/Lib/asynchat.py
index 8b2f59f..4e02fa5 100644
--- a/Lib/asynchat.py
+++ b/Lib/asynchat.py
@@ -287,7 +287,7 @@ class fifo:
## return result
# yes, this is about twice as fast, but still seems
-# to be neglible CPU. The previous could do about 290
+# to be negligible CPU. The previous could do about 290
# searches/sec. the new one about 555/sec.
import regex