mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
Fix misspellings
This commit is contained in:
@@ -131,7 +131,7 @@ typedef struct {
|
||||
|
||||
static inline float
|
||||
gl_size(const unsigned int sz, const unsigned int viewport_size) {
|
||||
// convert pixel sz to OpenGL co-ordinate system.
|
||||
// convert pixel sz to OpenGL coordinate system.
|
||||
const float px = 2.f / viewport_size;
|
||||
return px * sz;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user