Browse Source

Small spelling fix

pull/130/head
Sebastian Stehle 9 years ago
parent
commit
6513b0257f
  1. 4
      src/Squidex.Infrastructure.GetEventStore/GetEventStoreSubscription.cs

4
src/Squidex.Infrastructure.GetEventStore/GetEventStoreSubscription.cs

@ -120,11 +120,11 @@ namespace Squidex.Infrastructure.GetEventStore
var endpoints = await Dns.GetHostAddressesAsync(addressParts[0]);
var endpoint = new IPEndPoint(endpoints.First(x => x.AddressFamily == AddressFamily.InterNetwork), port);
var projectsManager =
var projectionsManager =
new ProjectionsManager(
connection.Settings.Log, endpoint,
connection.Settings.OperationTimeout);
return projectsManager;
return projectionsManager;
}
}
}

Loading…
Cancel
Save