From 55ad70f6a4198a98ca69b5318b46db381f3748e7 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 7 Feb 2018 22:05:32 -0800 Subject: [PATCH] Agruments -> Arguments (#16273) --- src/mscorlib/shared/System/Globalization/DateTimeFormatInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mscorlib/shared/System/Globalization/DateTimeFormatInfo.cs b/src/mscorlib/shared/System/Globalization/DateTimeFormatInfo.cs index c8f5ee4..faa0dea 100644 --- a/src/mscorlib/shared/System/Globalization/DateTimeFormatInfo.cs +++ b/src/mscorlib/shared/System/Globalization/DateTimeFormatInfo.cs @@ -1463,7 +1463,7 @@ namespace System.Globalization // // Actions: Retrieve the month names used in a leap year. // If this culture does not have different month names in a leap year, the normal month name is returned. - // Agruments: None. (can use abbreviated later if needed) + // Arguments: None. (can use abbreviated later if needed) // internal String[] internalGetLeapYearMonthNames(/*bool abbreviated*/) { -- 2.7.4