]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo
authorGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 12:41:20 +0000 (12:41 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 12:41:20 +0000 (12:41 +0000)
Demo/sockets/echosvr.py

index fbe3eb77d4ded1c8ac3789cca13c2370804fe4ca..acf0a393df416dfacfe99e1e1c4463a467653c8e 100755 (executable)
@@ -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 *