diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/deprecated/gtkhandlebox.c | 2 | ||||
-rw-r--r-- | gtk/deprecated/gtkrc.c | 2 | ||||
-rw-r--r-- | gtk/deprecated/gtkstyle.c | 2 | ||||
-rw-r--r-- | gtk/gtkbuilder.c | 6 | ||||
-rw-r--r-- | gtk/gtkcontainer.c | 2 | ||||
-rw-r--r-- | gtk/gtkheaderbar.c | 6 | ||||
-rw-r--r-- | gtk/gtkmain.c | 2 | ||||
-rw-r--r-- | gtk/gtkmenushell.c | 4 | ||||
-rw-r--r-- | gtk/gtkrecentchooser.c | 2 | ||||
-rw-r--r-- | gtk/gtkwidget.c | 2 | ||||
-rw-r--r-- | gtk/gtkwindow.c | 2 |
11 files changed, 16 insertions, 16 deletions
diff --git a/gtk/deprecated/gtkhandlebox.c b/gtk/deprecated/gtkhandlebox.c index 8cfce5df0d..228913eb56 100644 --- a/gtk/deprecated/gtkhandlebox.c +++ b/gtk/deprecated/gtkhandlebox.c @@ -55,7 +55,7 @@ * When reattaching, the ghost and float window, must be aligned * along one of the edges, the <firstterm>snap edge</firstterm>. * This either can be specified by the application programmer - * explicitely, or GTK+ will pick a reasonable default based + * explicitly, or GTK+ will pick a reasonable default based * on the handle position. * * To make detaching and reattaching the handlebox as minimally confusing diff --git a/gtk/deprecated/gtkrc.c b/gtk/deprecated/gtkrc.c index 15524cd372..45bdb7dd9a 100644 --- a/gtk/deprecated/gtkrc.c +++ b/gtk/deprecated/gtkrc.c @@ -1405,7 +1405,7 @@ gtk_rc_style_real_create_style (GtkRcStyle *rc_style) * both redraw and recompute any cached information about its * appearance. As an example, it is used when the default font size * set by the operating system changes. Note that this function - * doesn't affect widgets that have a style set explicitely on them + * doesn't affect widgets that have a style set explicitly on them * with gtk_widget_set_style(). * * Since: 2.4 diff --git a/gtk/deprecated/gtkstyle.c b/gtk/deprecated/gtkstyle.c index 403e19af58..8c6f1b2436 100644 --- a/gtk/deprecated/gtkstyle.c +++ b/gtk/deprecated/gtkstyle.c @@ -4193,7 +4193,7 @@ gtk_widget_get_style (GtkWidget *widget) * * Modifications made using this technique take precedence over * style values set via an RC file, however, they will be overridden - * if a style is explicitely set on the widget using gtk_widget_set_style(). + * if a style is explicitly set on the widget using gtk_widget_set_style(). * The #GtkRcStyle structure is designed so each field can either be * set or unset, so it is possible, using this function, to modify some * style values and leave the others unchanged. diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 695b53e79f..b79207be0d 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -1059,7 +1059,7 @@ gtk_builder_add_from_file (GtkBuilder *builder, * <note><para> * If you are adding an object that depends on an object that is not * its child (for instance a #GtkTreeView that depends on its - * #GtkTreeModel), you have to explicitely list all of them in @object_ids. + * #GtkTreeModel), you have to explicitly list all of them in @object_ids. * </para></note> * * Returns: A positive value on success, 0 if an error occurred @@ -1247,7 +1247,7 @@ gtk_builder_add_from_resource (GtkBuilder *builder, * <note><para> * If you are adding an object that depends on an object that is not * its child (for instance a #GtkTreeView that depends on its - * #GtkTreeModel), you have to explicitely list all of them in @object_ids. + * #GtkTreeModel), you have to explicitly list all of them in @object_ids. * </para></note> * * Returns: A positive value on success, 0 if an error occurred @@ -1382,7 +1382,7 @@ gtk_builder_add_from_string (GtkBuilder *builder, * <note><para> * If you are adding an object that depends on an object that is not * its child (for instance a #GtkTreeView that depends on its - * #GtkTreeModel), you have to explicitely list all of them in @object_ids. + * #GtkTreeModel), you have to explicitly list all of them in @object_ids. * </para></note> * * Returns: A positive value on success, 0 if an error occurred diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 3df2c72a1d..ed2add64bd 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -1702,7 +1702,7 @@ gtk_container_idle_sizer (GdkFrameClock *clock, /* we may be invoked with a container_resize_queue of NULL, because * queue_resize could have been adding an extra idle function while * the queue still got processed. we better just ignore such case - * than trying to explicitely work around them with some extra flags, + * than trying to explicitly work around them with some extra flags, * since it doesn't cause any actual harm. */ if (container->priv->resize_pending) diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c index 29e6d2695e..1a83126c3f 100644 --- a/gtk/gtkheaderbar.c +++ b/gtk/gtkheaderbar.c @@ -1178,7 +1178,7 @@ gtk_header_bar_set_title (GtkHeaderBar *bar, * Retrieves the title of the header. See gtk_header_bar_set_title(). * * Return value: the title of the header, or %NULL if none has - * been set explicitely. The returned string is owned by the widget + * been set explicitly. The returned string is owned by the widget * and must not be modified or freed. * * Since: 3.10 @@ -1239,7 +1239,7 @@ gtk_header_bar_set_subtitle (GtkHeaderBar *bar, * Retrieves the subtitle of the header. See gtk_header_bar_set_subtitle(). * * Return value: the subtitle of the header, or %NULL if none has - * been set explicitely. The returned string is owned by the widget + * been set explicitly. The returned string is owned by the widget * and must not be modified or freed. * * Since: 3.10 @@ -1331,7 +1331,7 @@ gtk_header_bar_set_custom_title (GtkHeaderBar *bar, * gtk_header_bar_set_custom_title(). * * Return value: (transfer none): the custom title widget - * of the header, or %NULL if none has been set explicitely. + * of the header, or %NULL if none has been set explicitly. * * Since: 3.10 */ diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index a30ff707d2..40f0b05807 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -910,7 +910,7 @@ gtk_init_with_args (gint *argc, * Any arguments used by GTK+ or GDK are removed from the array and * @argc and @argv are updated accordingly. * - * There is no need to call this function explicitely if you are using + * There is no need to call this function explicitly if you are using * gtk_init(), or gtk_init_check(). * * Return value: %TRUE if initialization succeeded, otherwise %FALSE diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c index 18386950c2..ae9fd56609 100644 --- a/gtk/gtkmenushell.c +++ b/gtk/gtkmenushell.c @@ -820,7 +820,7 @@ gtk_menu_shell_button_release (GtkWidget *widget, } /* Only close the submenu on click if we opened the - * menu explicitely (usec_since_popup == 0) or + * menu explicitly (usec_since_popup == 0) or * enough time has passed since it was opened by * GtkMenuItem's timeout (usec_since_popup > delay). */ @@ -1911,7 +1911,7 @@ gtk_menu_shell_get_take_focus (GtkMenuShell *menu_shell) * don't have to worry about recursively setting it for your entire * menu hierarchy. Only when programmatically picking a submenu and * popping it up manually, the @take_focus property of the submenu - * needs to be set explicitely. + * needs to be set explicitly. * * Note that setting it to %FALSE has side-effects: * diff --git a/gtk/gtkrecentchooser.c b/gtk/gtkrecentchooser.c index 05b284ce9f..6c1c2d6b76 100644 --- a/gtk/gtkrecentchooser.c +++ b/gtk/gtkrecentchooser.c @@ -84,7 +84,7 @@ gtk_recent_chooser_default_init (GtkRecentChooserInterface *iface) * This signal is emitted when there is a change in the set of * selected recently used resources. This can happen when a user * modifies the selection with the mouse or the keyboard, or when - * explicitely calling functions to change the selection. + * explicitly calling functions to change the selection. * * Since: 2.10 */ diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index a4e3632999..5b269c1753 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -11187,7 +11187,7 @@ gtk_widget_emit_direction_changed (GtkWidget *widget, * so that correct localization into languages with right-to-left * reading directions can be done. Generally, applications will * let the default reading direction present, except for containers - * where the containers are arranged in an order that is explicitely + * where the containers are arranged in an order that is explicitly * visual rather than logical (such as buttons for text justification). * * If the direction is set to %GTK_TEXT_DIR_NONE, then the value diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 1b0ad7b960..78f48f15af 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -1887,7 +1887,7 @@ gtk_window_set_title (GtkWindow *window, * Retrieves the title of the window. See gtk_window_set_title(). * * Return value: the title of the window, or %NULL if none has - * been set explicitely. The returned string is owned by the widget + * been set explicitly. The returned string is owned by the widget * and must not be modified or freed. **/ const gchar * |