mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix various typos across the codebase
This commit is contained in:
parent
60aab98e8d
commit
be37f9a564
21 changed files with 40 additions and 40 deletions
|
|
@ -68,7 +68,7 @@ count_views(struct view *view)
|
|||
return nviews;
|
||||
}
|
||||
|
||||
/* Sort and de-deplicate a list of points that define a 1-D grid */
|
||||
/* Sort and de-duplicate a list of points that define a 1-D grid */
|
||||
static int
|
||||
order_grid(int *edges, int nedges)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue