Skip to content

Commit f4e29ad

Browse files
Update src/encoding_singlebyte.h
Co-authored-by: Mert Can Altin <mertgold60@gmail.com>
1 parent 767b252 commit f4e29ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoding_singlebyte.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ const uint16_t* const tSingleByteEncodings[28] = {
376376
tWindows1254, tWindows1255, tWindows1256, tWindows1257, tWindows1258
377377
};
378378

379-
// Matches the list of encoding sin single-byte.js
379+
// Matches the list of encodings in single-byte.js
380380
const bool fSingleByteEncodings[28] = {
381381
fIBM866, fKOI8_R, fKOI8_U, fMacintosh, fXMacCyrillic,
382382
fISO_8859_2, fISO_8859_3, fISO_8859_4, fISO_8859_5, fISO_8859_6, fISO_8859_7,

0 commit comments

Comments
 (0)