Issues #26310, #26311: Fix typos in the documentation
diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py
index 23ce6fc..33f7fb4 100644
--- a/Lib/SocketServer.py
+++ b/Lib/SocketServer.py
@@ -642,7 +642,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.
"""