summaryrefslogtreecommitdiffstats
path: root/Demo/sockets
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-12 12:41:20 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-12 12:41:20 (GMT)
commit1134991fb1df67b5d084c7c940d52f605af8de18 (patch)
tree4183d385f87eecea5bb9da118e65afaf20ddb8df /Demo/sockets
parentee248110428d523f7e73a4918508ad48d91a36d2 (diff)
downloadcpython-1134991fb1df67b5d084c7c940d52f605af8de18.zip
cpython-1134991fb1df67b5d084c7c940d52f605af8de18.tar.gz
cpython-1134991fb1df67b5d084c7c940d52f605af8de18.tar.bz2
typo
Diffstat (limited to 'Demo/sockets')
-rwxr-xr-xDemo/sockets/echosvr.py2
1 files changed, 1 insertions, 1 deletions
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 *