Issues #26310, #26311: Fix typos in the documentation and code comments
diff --git a/Lib/socketserver.py b/Lib/socketserver.py
index 0ce8e81..e16aca5 100644
--- a/Lib/socketserver.py
+++ b/Lib/socketserver.py
@@ -671,7 +671,7 @@
     client address as self.client_address, and the server (in case it
     needs access to per-server information) as self.server.  Since a
     separate instance is created for each request, the handle() method
-    can define arbitrary other instance variariables.
+    can define other arbitrary instance variables.
 
     """