]> granicus.if.org Git - python/commitdiff
Fix comment.
authorTim Peters <tim.peters@gmail.com>
Sat, 2 Jun 2001 08:18:58 +0000 (08:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 2 Jun 2001 08:18:58 +0000 (08:18 +0000)
Lib/test/test_mutants.py

index f981fe67b094ab3ef6e918956520f331043788e7..88a3a02a5e8f6561f4af4c4fac0b6b8b23d32bb4 100644 (file)
@@ -154,7 +154,7 @@ def test(n):
 test(100)
 
 ##########################################################################
-# Another segfault bug, distilled by Micheal Hundson from a c.l.py post.
+# Another segfault bug, distilled by Michael Hudson from a c.l.py post.
 
 class Child:
     def __init__(self, parent):