[Sketcher] [Part] Fix typos and whitespace

This commit is contained in:
luz paz
2022-10-11 07:45:03 -04:00
committed by abdullahtahiriyo
parent 525c05fae5
commit 57090a43f7
3 changed files with 4 additions and 5 deletions

View File

@@ -2032,7 +2032,7 @@ private:
#else
#ifdef FC_OS_WIN32
//PyUNICODE is only 16 bits on Windows (wchar_t), so passing 32 bit UCS4
//will result in unknow glyph in even positions, and wrong characters in
//will result in unknown glyph in even positions, and wrong characters in
//odd positions.
unichars = (Py_UNICODE*)PyUnicode_AsWideCharString(p, &pysize);
#else
@@ -2048,7 +2048,7 @@ private:
#else
#ifdef FC_OS_WIN32
//PyUNICODE is only 16 bits on Windows (wchar_t), so passing 32 bit UCS4
//will result in unknow glyph in even positions, and wrong characters in
//will result in unknown glyph in even positions, and wrong characters in
//odd positions.
unichars = (Py_UNICODE*)PyUnicode_AsWideCharString(intext, &pysize);
#else