]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Sun, 11 May 2008 10:13:59 +0000 (10:13 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 11 May 2008 10:13:59 +0000 (10:13 +0000)
Doc/library/socket.rst

index b6640aee23dbcc42fca3d2c1e4fe5e02193a262d..e5a8167a637c3c58ed430277309e4980085b03b1 100644 (file)
@@ -908,7 +908,7 @@ sends traffic to the first one connected successfully. ::
 
    
 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