mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Two spacing and spelling nits.
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#define grid_view_x(gd, x) (x)
|
||||
#define grid_view_y(gd, y) ((gd)->hsize + (y))
|
||||
|
||||
/* Get cel. */
|
||||
/* Get cell. */
|
||||
void
|
||||
grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc)
|
||||
{
|
||||
|
Reference in New Issue
Block a user