diff --git a/Demo/sockets/echosvr.py b/Demo/sockets/echosvr.py index fbe3eb77d4d..acf0a393df4 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 *