diff --git a/lxd/daemon.go b/lxd/daemon.go index 6d5554c294..76e5b7f998 100644 --- a/lxd/daemon.go +++ b/lxd/daemon.go @@ -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()