typo: Double word "are" (dotnet/corefx#36275)
authorNick Schonning <nschonni@gmail.com>
Sun, 24 Mar 2019 20:39:15 +0000 (16:39 -0400)
committerJan Kotas <jkotas@microsoft.com>
Mon, 25 Mar 2019 05:48:30 +0000 (22:48 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/Security/SecurityElement.cs

index 6c87684..8bd335c 100644 (file)
@@ -608,7 +608,7 @@ namespace System.Security
         public SecurityElement SearchForChildByTag(string tag)
         {
             // Go through all the children and see if we can
-            // find the one are are asked for (matching tags)
+            // find the ones that are asked for (matching tags)
             if (tag == null)
                 throw new ArgumentNullException(nameof(tag));