Fix typo in type name (#1948)
This commit is contained in:
parent
ec72c255f6
commit
5185ebe45f
|
|
@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Server.Kestrel.Core;
|
|||
|
||||
namespace Microsoft.AspNetCore.Hosting
|
||||
{
|
||||
public static class KesterlServerOptionsSystemdExtensions
|
||||
public static class KestrelServerOptionsSystemdExtensions
|
||||
{
|
||||
// SD_LISTEN_FDS_START https://www.freedesktop.org/software/systemd/man/sd_listen_fds.html
|
||||
private const ulong SdListenFdsStart = 3;
|
||||
Loading…
Reference in New Issue