Fix various typos

Found via `codespell -q 3 -S ./deps -L fo,numer,te,uint,wille`

Closes #1965
This commit is contained in:
luz paz
2021-09-15 08:20:56 -04:00
committed by Camilla Löwy
parent 3d52f7e345
commit 0fe96ec202
2 changed files with 2 additions and 2 deletions

View File

@@ -428,7 +428,7 @@ typedef struct _GLFWwindowWin32
// The last received cursor position, regardless of source
int lastCursorPosX, lastCursorPosY;
// The last recevied high surrogate when decoding pairs of UTF-16 messages
// The last received high surrogate when decoding pairs of UTF-16 messages
WCHAR highSurrogate;
} _GLFWwindowWin32;