diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
commit | 01bd4cc4e18a1ea697fe61791ba710d0d55e8290 (patch) | |
tree | b4475a50d93510dcc3ee2df10e97d52fc3b43a0d /gtk/gtkcellarea.h | |
parent | 92bc78c12fcbe06aa41a0d825017e1e6c57fc061 (diff) | |
download | gtk+-01bd4cc4e18a1ea697fe61791ba710d0d55e8290.tar.gz |
Fix minor typos
Diffstat (limited to 'gtk/gtkcellarea.h')
-rw-r--r-- | gtk/gtkcellarea.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcellarea.h b/gtk/gtkcellarea.h index ee199fb6cf..4a3d98e8dc 100644 --- a/gtk/gtkcellarea.h +++ b/gtk/gtkcellarea.h @@ -155,7 +155,7 @@ struct _GtkCellArea * cell to cell inside the #GtkCellArea. The #GtkCellArea should move * focus from cell to cell inside the area and return %FALSE if focus * logically leaves the area with the following exceptions: When the - * area contains no activatable cells, the entire area recieves focus. + * area contains no activatable cells, the entire area receives focus. * Focus should not be given to cells that are actually “focus siblings” * of other sibling cells (see gtk_cell_area_get_focus_from_sibling()). * Focus is set by calling gtk_cell_area_set_focus_cell(). @@ -509,7 +509,7 @@ void gtk_cell_area_request_renderer (GtkCellArea * object is passed to the user function in gtk_cell_layout_set_cell_data_func. * * This private api takes gpointer & GFunc arguments to circumvent circular header file - * dependancies. + * dependencies. */ void _gtk_cell_area_set_cell_data_func_with_proxy (GtkCellArea *area, GtkCellRenderer *cell, |