[Python-checkins] r63051 - python/trunk/Doc/library/socket.rst

georg.brandl python-checkins at python.org
Sun May 11 12:13:59 CEST 2008


Author: georg.brandl
Date: Sun May 11 12:13:59 2008
New Revision: 63051

Log:
Fix typo.


Modified:
   python/trunk/Doc/library/socket.rst

Modified: python/trunk/Doc/library/socket.rst
==============================================================================
--- python/trunk/Doc/library/socket.rst	(original)
+++ python/trunk/Doc/library/socket.rst	Sun May 11 12:13:59 2008
@@ -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


More information about the Python-checkins mailing list