Fix typo.
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index b6640ae..e5a8167 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -908,7 +908,7 @@
 
    
 The last example shows how to write a very simple network sniffer with raw
-sockets on Windows. The example requires administrator priviliges to modify
+sockets on Windows. The example requires administrator privileges to modify
 the interface::
 
    import socket