From 60c8277afb89592e7d97d471bd5d91de6d358f5a Mon Sep 17 00:00:00 2001 From: Volker Sobek Date: Tue, 21 Jan 2014 22:15:28 +0100 Subject: [PATCH] docs: fix typo Correct the last occurrence of 'explicitely'. --- gtk/gtkicontheme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index c910ce6648..c3d83e0501 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -62,7 +62,7 @@ typedef struct _GtkIconThemePrivate GtkIconThemePrivate; * screen using gtk_icon_theme_get_for_screen() and it * will contain information about current icon theme for * that screen, but you can also create a new #GtkIconTheme - * object and set the icon theme name explicitely using + * object and set the icon theme name explicitly using * gtk_icon_theme_set_custom_theme(). */ struct _GtkIconTheme