From 1134991fb1df67b5d084c7c940d52f605af8de18 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 12 Jan 1995 12:41:20 +0000 Subject: typo --- Demo/sockets/echosvr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/sockets/echosvr.py b/Demo/sockets/echosvr.py index fbe3eb7..acf0a39 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 * -- cgit v0.12