Two spacing and spelling nits.

This commit is contained in:
nicm
2015-11-13 12:18:52 +00:00
parent 531869bd92
commit 88aa1c8dc3
2 changed files with 3 additions and 2 deletions

View File

@ -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)
{