diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-01-30 18:37:47 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-01-30 18:38:04 -0500 |
commit | 7a080413add02b80c4217a9fbe81467017aae2a5 (patch) | |
tree | 7ef9f7d330359cfde9567019a10c32baf3575ab6 /gtk/gtkfontchooser.h | |
parent | 12e661c801d34d8759e781e51bfd902a99e3538a (diff) | |
download | gtk+-7a080413add02b80c4217a9fbe81467017aae2a5.tar.gz |
Typo fix
Diffstat (limited to 'gtk/gtkfontchooser.h')
-rw-r--r-- | gtk/gtkfontchooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h index 9f6dbd0f52..6d5fabb002 100644 --- a/gtk/gtkfontchooser.h +++ b/gtk/gtkfontchooser.h @@ -72,7 +72,7 @@ struct _GtkFontChooserIface void (* font_activated) (GtkFontChooser *chooser, const gchar *fontname); - /* Paddig */ + /* Padding */ gpointer padding[12]; }; |