Commit a28b03d9 authored by rui.zheng's avatar rui.zheng

fix typo

parent 0c050c7d
......@@ -143,7 +143,7 @@ func Obfs4Listener(addr string) (Listener, error) {
return l, nil
}
func (l *obfs4Listener) Accpet() (net.Conn, error) {
func (l *obfs4Listener) Accept() (net.Conn, error) {
conn, err := l.Listener.Accept()
if err != nil {
return nil, err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment