Fix: typo

This commit is contained in:
Dreamacro
2018-07-18 21:50:16 +08:00
parent d55e1b664b
commit d540a0d29f
7 changed files with 63 additions and 63 deletions

View File

@ -26,7 +26,7 @@ type Listener struct {
socksSignal *C.ProxySignal
}
// Info returns the proxys's current configuration
// Info returns the proxies's current configuration
func (l *Listener) Info() (info C.General) {
return C.General{
Port: &l.httpPort,