ajdust -> adjust (dotnet/corert#5327)
authorJohn Doe <github.john.doe@outlook.com>
Thu, 1 Feb 2018 22:24:41 +0000 (14:24 -0800)
committerStephen Toub <stoub@microsoft.com>
Fri, 2 Feb 2018 14:31:09 +0000 (09:31 -0500)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/mscorlib/shared/System/Globalization/DateTimeStyles.cs

index 79232ff..bf68ac9 100644 (file)
@@ -36,7 +36,7 @@ namespace System.Globalization
 
         NoCurrentDateDefault = 0x00000008,
         // When parsing a date/time string, if a timezone specifier ("GMT","Z","+xxxx", "-xxxx" exists), we will
-        // ajdust the parsed time based to GMT.
+        // adjust the parsed time based to GMT.
 
         AdjustToUniversal = 0x00000010,