[REACTOS] Fix typos in comments (#5591)

Fixing typos in code comments enhances code readability and comprehension for developers and collaborators.
This commit is contained in:
Andriy Shevchenko 2023-08-22 16:20:29 +03:00 committed by GitHub
parent a2d8e464c8
commit 2ea03b5b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 25 additions and 25 deletions

View file

@ -180,7 +180,7 @@ public:
wchar_t ret = (wchar_t)-1;
switch (encoding)
{
case detect: // if still unknwon
case detect: // if still unknown
encoding = utf8; // assume utf8 as default
case utf8:
unsigned char c, tmp;