diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-06-20 01:14:17 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-06-20 01:14:17 +0200 |
commit | f96be1ab106bea652ed7cc4202c43e2b80765b38 (patch) | |
tree | c3ffeed88db5c8c778c2b41dcccd06f7ee36ca8e | |
parent | d5d7fd9f519660349138473bfda6414ababd5794 (diff) | |
download | gtk+-f96be1ab106bea652ed7cc4202c43e2b80765b38.tar.gz |
[gdkpango] Fix typo
-rw-r--r-- | gdk/gdkpango.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpango.h b/gdk/gdkpango.h index df559e336c..52ae4a3ff9 100644 --- a/gdk/gdkpango.h +++ b/gdk/gdkpango.h @@ -159,4 +159,4 @@ PangoAttribute *gdk_pango_attr_emboss_color_new (const GdkColor *color); G_END_DECLS -#endif /* __GDK_FONT_H__ */ +#endif /* __GDK_PANGO_H__ */ |