summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 *