Merge pull request #8 from ivuk/fix-typo

Fix a typo in daemon.go
This commit is contained in:
Stéphane Graber 2014-11-06 13:17:04 -05:00
commit fcf58016b0

View File

@ -48,7 +48,7 @@ func StartDaemon(listenAddr string) (*Daemon, error) {
d.unixl = unixl
if listenAddr != "" {
// Watch out. Threre's a listener active which must be closed on errors.
// Watch out. There's a listener active which must be closed on errors.
tcpAddr, err := net.ResolveTCPAddr("tcp", listenAddr)
if err != nil {
d.unixl.Close()