From: Georg Brandl Date: Sun, 11 May 2008 10:13:59 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.6b1~504 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a36909e10d6352ff7333375a77af274720a2257f;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index b6640aee23db..e5a8167a637c 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -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