typo: Double word "this" (dotnet/corefx#36273)
authorNick Schonning <nschonni@gmail.com>
Sun, 24 Mar 2019 20:40:35 +0000 (16:40 -0400)
committerDavid Shulman <david.shulman@microsoft.com>
Sun, 24 Mar 2019 20:40:35 +0000 (13:40 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/97e6256f05945f7b20025e5c14cae6a8871c87ef

src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.cs

index 5adfc78..b3ffef2 100644 (file)
@@ -4,7 +4,7 @@
 
 namespace System.Configuration
 {
-    //  Although in Whidbey this class contain just one property, but we still do this this way, 
+    // Although in Whidbey this class contains just one property, but we still do it this way, 
     // instead of exposing a Validator property in ConfigurationElement, because if we need 
     // another property in the future we'll expand this ElementProperty class rather than adding a 
     // new overridable on ConfigurationElement
@@ -19,4 +19,4 @@ namespace System.Configuration
 
         public ConfigurationValidatorBase Validator { get; }
     }
-}
\ No newline at end of file
+}
index 79c4edb..a53dc22 100644 (file)
@@ -778,7 +778,7 @@ namespace System.Net.Http.Functional.Tests
                 // System.InvalidCastException: "Unable to cast object of type 'System.Object[]' to type 'System.Net.Http.WinHttpRequestState'"
                 // This appears to be due to adding the Expect: 100-continue header, which causes winhttp
                 // to fail with a "The parameter is incorrect" error, which in turn causes the request to
-                // be torn down, and in doing so, we this this during disposal of the SafeWinHttpHandle.
+                // be torn down, and in doing so, we handle this during disposal of the SafeWinHttpHandle.
                 return;
             }