Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9ecd669

Browse files
github-john-doejkotas
authored andcommitted
Agruments -> Arguments (dotnet/coreclr#16273)
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
1 parent f0fceb6 commit 9ecd669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/src/CoreLib/System/Globalization/DateTimeFormatInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ private String[] internalGetGenitiveMonthNames(bool abbreviated)
14631463
//
14641464
// Actions: Retrieve the month names used in a leap year.
14651465
// If this culture does not have different month names in a leap year, the normal month name is returned.
1466-
// Agruments: None. (can use abbreviated later if needed)
1466+
// Arguments: None. (can use abbreviated later if needed)
14671467
//
14681468
internal String[] internalGetLeapYearMonthNames(/*bool abbreviated*/)
14691469
{

0 commit comments

Comments
 (0)