mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
[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:
parent
a2d8e464c8
commit
2ea03b5b22
22 changed files with 25 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue