From: Guido van Rossum Date: Thu, 12 Jan 1995 12:41:20 +0000 (+0000) Subject: typo X-Git-Tag: v1.2b1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1134991fb1df67b5d084c7c940d52f605af8de18;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Demo/sockets/echosvr.py b/Demo/sockets/echosvr.py index fbe3eb77d4de..acf0a393df41 100755 --- a/Demo/sockets/echosvr.py +++ b/Demo/sockets/echosvr.py @@ -2,7 +2,7 @@ # Python implementation of an 'echo' tcp server: echo all data it receives. # -# This is the simplest possible server, sevicing a single request only. +# This is the simplest possible server, servicing a single request only. import sys from socket import *