Browse Source

fix a typo

1.4
clowwindy 11 years ago
parent
commit
10c73e555a
  1. 2
      shadowsocks/udprelay.py

2
shadowsocks/udprelay.py

@ -63,7 +63,7 @@
# `local` means local server of shadowsocks # `local` means local server of shadowsocks
# `remote` means remote server of shadowsocks # `remote` means remote server of shadowsocks
# `client` means UDP clients that connects to other servers # `client` means UDP clients that connects to other servers
# `server` means the UDP server that handle user requests # `server` means the UDP server that handles user requests
import threading import threading

Loading…
Cancel
Save