From 0cc20b430925102bb373a12f98a1c0f54ab4136a Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Thu, 8 Jul 2021 18:03:17 +0700 Subject: [PATCH] docs(zip): fix ZipStrings typo (#648) --- src/ICSharpCode.SharpZipLib/Zip/ZipStrings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ICSharpCode.SharpZipLib/Zip/ZipStrings.cs b/src/ICSharpCode.SharpZipLib/Zip/ZipStrings.cs index 8c2447134..2d0c4cff4 100644 --- a/src/ICSharpCode.SharpZipLib/Zip/ZipStrings.cs +++ b/src/ICSharpCode.SharpZipLib/Zip/ZipStrings.cs @@ -71,7 +71,7 @@ public static int CodePage /// set the to /// /// - /// /// Get OEM codepage from NetFX, which parses the NLP file with culture info table etc etc. + /// Get OEM codepage from NetFX, which parses the NLP file with culture info table etc etc. /// But sometimes it yields the special value of 1 which is nicknamed CodePageNoOEM in sources (might also mean CP_OEMCP, but Encoding puts it so). /// This was observed on Ukranian and Hindu systems. /// Given this value, throws an .