Fix typo in type name (#1948)

This commit is contained in:
Nate McMaster 2017-07-07 16:27:20 -07:00 committed by GitHub
parent ec72c255f6
commit 5185ebe45f
1 changed files with 1 additions and 1 deletions

View File

@ -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;