#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/test/test_trace.py b/Lib/test/test_trace.py
index 07c5062..3697cbf 100644
--- a/Lib/test/test_trace.py
+++ b/Lib/test/test_trace.py
@@ -185,7 +185,7 @@
             (self.my_py_filename, firstlineno + 4): 1,
         }
 
-        # When used through 'run', some other spurios counts are produced, like
+        # When used through 'run', some other spurious counts are produced, like
         # the settrace of threading, which we ignore, just making sure that the
         # counts fo traced_func_loop were right.
         #