Agruments -> Arguments (#16273)
authorJohn Doe <github.john.doe@outlook.com>
Thu, 8 Feb 2018 06:05:32 +0000 (22:05 -0800)
committerJan Kotas <jkotas@microsoft.com>
Thu, 8 Feb 2018 06:05:32 +0000 (22:05 -0800)
src/mscorlib/shared/System/Globalization/DateTimeFormatInfo.cs

index c8f5ee4..faa0dea 100644 (file)
@@ -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*/)
         {