Typo fixes

This commit is contained in:
Matthias Clasen 2005-06-18 05:33:55 +00:00
parent 28e712df0a
commit 7645a361ba
6 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,9 @@
2005-06-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderertoggle.c:
* gtk/gtktextview.c:
* gtk/gtktreeview.c: Typo fixes in comments.
* gtk/gtkpaned.c (gtk_paned_add): Barf if more than
2 children are added. (#308111, Morten Welinder)

View File

@ -1,5 +1,9 @@
2005-06-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderertoggle.c:
* gtk/gtktextview.c:
* gtk/gtktreeview.c: Typo fixes in comments.
* gtk/gtkpaned.c (gtk_paned_add): Barf if more than
2 children are added. (#308111, Morten Welinder)

View File

@ -1,5 +1,9 @@
2005-06-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderertoggle.c:
* gtk/gtktextview.c:
* gtk/gtktreeview.c: Typo fixes in comments.
* gtk/gtkpaned.c (gtk_paned_add): Barf if more than
2 children are added. (#308111, Morten Welinder)

View File

@ -434,7 +434,7 @@ gtk_cell_renderer_toggle_set_radio (GtkCellRendererToggle *toggle,
* gtk_cell_renderer_toggle_get_radio:
* @toggle: a #GtkCellRendererToggle
*
* Returns wether we're rendering radio toggles rather than checkboxes.
* Returns whether we're rendering radio toggles rather than checkboxes.
*
* Return value: %TRUE if we're rendering radio toggles rather than checkboxes
**/

View File

@ -5522,7 +5522,7 @@ typedef enum
/*
* Move @start and @end to the boundaries of the selection unit (indicated by
* @granularity) which contained @start initially. Return wether @start was
* @granularity) which contained @start initially. Return whether @start was
* contained in a selection unit at all (which may not be the case for words).
*/
static gboolean

View File

@ -12275,7 +12275,7 @@ gtk_tree_view_get_search_column (GtkTreeView *tree_view)
*
* If the sort column is set, users can use the "start-interactive-search"
* key binding to bring up search popup. The enable-search property controls
* wether simply typing text will also start an interactive search.
* whether simply typing text will also start an interactive search.
*
* Note that @column refers to a column of the model.
*/