From a593024b85a6e074770c88867491f4f30cc6fc8a Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sun, 24 Mar 2019 16:46:16 -0400 Subject: [PATCH] typo: Double word "both" (dotnet/corefx#36272) Signed-off-by: dotnet-bot --- src/System.Private.CoreLib/shared/System/Globalization/CultureInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Private.CoreLib/shared/System/Globalization/CultureInfo.cs b/src/System.Private.CoreLib/shared/System/Globalization/CultureInfo.cs index 01e5756..1b22676 100644 --- a/src/System.Private.CoreLib/shared/System/Globalization/CultureInfo.cs +++ b/src/System.Private.CoreLib/shared/System/Globalization/CultureInfo.cs @@ -1126,7 +1126,7 @@ namespace System.Globalization } /// - /// Helper function both both overloads of GetCachedReadOnlyCulture. If lcid is 0, we use the name. + /// Helper function overloads of GetCachedReadOnlyCulture. If lcid is 0, we use the name. /// If lcid is -1, use the altName and create one of those special SQL cultures. /// internal static CultureInfo GetCultureInfoHelper(int lcid, string name, string altName) -- 2.7.4