Loyalsoldier 5 anni fa
parent
commit
eed3f5a13f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      transport/internet/tcp/hub.go

+ 1 - 1
transport/internet/tcp/hub.go

@@ -46,7 +46,7 @@ func ListenTCP(ctx context.Context, address net.Address, port net.Port, streamSe
 			Net:  "unix",
 		}, streamSettings.SocketSettings)
 		if err != nil {
-			return nil, newError("failed to listen Unix Doman Socket on ", address).Base(err)
+			return nil, newError("failed to listen Unix Domain Socket on ", address).Base(err)
 		}
 		newError("listening Unix Domain Socket on ", address).WriteToLog(session.ExportIDToError(ctx))
 		locker := ctx.Value(address.Domain())