From 4afc0b26fecd1443cee8ebaab8ad6f9145d04c06 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sun, 24 Mar 2019 16:38:54 -0400 Subject: [PATCH] typo: Double word "types" (dotnet/corefx#36276) Signed-off-by: dotnet-bot --- .../shared/System/Resources/RuntimeResourceSet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs b/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs index 235e475..210fff7 100644 --- a/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs +++ b/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs @@ -148,7 +148,7 @@ namespace System.Resources // resources, add the hash & location of last byte in the name section // to the array of resource hashes and resource name positions (carefully // keeping these arrays sorted), add the name to the end of the name & - // offset list, possibly add the type list of types types (and increase + // offset list, possibly add the type list of types (and increase // the number of items in the type table), and add the resource value at // the end of the file. The other offsets wouldn't need to be updated to // reflect the longer header section. -- 2.7.4