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

Commit 7ff6231

Browse files
github-john-doestephentoub
authored andcommitted
ajdust -> adjust (dotnet/corert#5327)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com> Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
1 parent 6f8a600 commit 7ff6231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public enum DateTimeStyles
3636

3737
NoCurrentDateDefault = 0x00000008,
3838
// When parsing a date/time string, if a timezone specifier ("GMT","Z","+xxxx", "-xxxx" exists), we will
39-
// ajdust the parsed time based to GMT.
39+
// adjust the parsed time based to GMT.
4040

4141
AdjustToUniversal = 0x00000010,
4242

0 commit comments

Comments
 (0)