SSLStream : Fixed spelling mistake in file name (extra a) (dotnet/corefx#24221)
authorTim Seaward <seawardtim@gmail.com>
Sat, 23 Sep 2017 03:55:27 +0000 (04:55 +0100)
committerDan Moseley <danmose@microsoft.com>
Sat, 23 Sep 2017 03:55:27 +0000 (20:55 -0700)
* Fixed spelling mistake in file name

* Fix csproj

Commit migrated from https://github.com/dotnet/corefx/commit/ae0502a88778bf055e5d59efc508c87a2b567216

src/libraries/System.Net.Security/src/System.Net.Security.csproj
src/libraries/System.Net.Security/src/System/Net/Security/SslStreamInternal.Adapters.cs [moved from src/libraries/System.Net.Security/src/System/Net/SslStreamInternal.Adapaters.cs with 100% similarity]

index a0dc4c9..251d4bb 100644 (file)
@@ -21,6 +21,7 @@
     <Compile Include="System\Net\CertificateValidationPal.cs" />
     <Compile Include="System\Net\FixedSizeReader.cs" />
     <Compile Include="System\Net\HelperAsyncResults.cs" />
+    <Compile Include="System\Net\Security\SslStreamInternal.Adapters.cs" />
     <Compile Include="System\Net\SslStreamContext.cs" />
     <Compile Include="System\Net\Security\AuthenticatedStream.cs" />
     <Compile Include="System\Net\Security\NetEventSource.Security.cs" />
@@ -34,7 +35,6 @@
     <Compile Include="System\Net\Security\StreamSizes.cs" />
     <Compile Include="System\Net\Security\TlsAlertType.cs" />
     <Compile Include="System\Net\Security\TlsAlertMessage.cs" />
-    <Compile Include="System\Net\SslStreamInternal.Adapaters.cs" />
     <Compile Include="System\Security\Authentication\AuthenticationException.cs" />
     <!-- NegotiateStream -->
     <Compile Include="System\Net\BufferAsyncResult.cs" />