From 437ad17c7666aa69314ec9e085555a5f445763ee Mon Sep 17 00:00:00 2001 From: Michael Plaisted Date: Tue, 21 Dec 2021 20:18:25 -0600 Subject: [PATCH] fix comment typo --- src/UglyToad.PdfPig/Writer/TokenWriter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UglyToad.PdfPig/Writer/TokenWriter.cs b/src/UglyToad.PdfPig/Writer/TokenWriter.cs index 2c9eb660..a84ea400 100644 --- a/src/UglyToad.PdfPig/Writer/TokenWriter.cs +++ b/src/UglyToad.PdfPig/Writer/TokenWriter.cs @@ -423,7 +423,7 @@ if (stringToken.EncodedWith == StringToken.Encoding.Iso88591) { - // iso 88591 (or really PdfDocEncoding non-contentstream circumstances0 shouldn't + // iso 88591 (or really PdfDocEncoding in non-contentstream circumstances shouldn't // have these chars but seems like internally this isn't obeyed (see: // CanCreateDocumentInformationDictionaryWithNonAsciiCharacters test) and it may // happen during parsing as well -> switch to unicode