File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1422,7 +1422,7 @@ The LodePNGInfo struct contains fields with the unknown chunk in it. It has 3
1422
1422
buffers (each with size) to contain 3 types of unknown chunks:
1423
1423
the ones that come before the PLTE chunk, the ones that come between the PLTE
1424
1424
and the IDAT chunks, and the ones that come after the IDAT chunks.
1425
- It's necessary to make the distionction between these 3 cases because the PNG
1425
+ It's necessary to make the distinction between these 3 cases because the PNG
1426
1426
standard forces to keep the ordering of unknown chunks compared to the critical
1427
1427
chunks, but does not force any other ordering rules.
1428
1428
Original file line number Diff line number Diff line change 2
2
// This is an example program for the GLFW library
3
3
//
4
4
// The program uses a "split window" view, rendering four views of the
5
- // same scene in one window (e.g. uesful for 3D modelling software). This
5
+ // same scene in one window (e.g. useful for 3D modelling software). This
6
6
// demo uses scissors to separate the four different rendering areas from
7
7
// each other.
8
8
//
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ typedef struct _GLFWwindowWin32
326
326
327
327
// The last received cursor position, regardless of source
328
328
int lastCursorPosX , lastCursorPosY ;
329
- // The last recevied high surrogate when decoding pairs of UTF-16 messages
329
+ // The last received high surrogate when decoding pairs of UTF-16 messages
330
330
WCHAR highSurrogate ;
331
331
332
332
} _GLFWwindowWin32 ;
You can’t perform that action at this time.
0 commit comments