diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-10-05 15:31:31 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-10-05 15:31:31 -0400 |
commit | 6cf73f0034b6db8f10a5cdc096c7a5d1ac53af94 (patch) | |
tree | 1dacb50afc60542615d1915f157e0dfb1108374a /pango/pangocairo-font.c | |
parent | 8299e480df42f0c1c6481a87c83a6497e76856f0 (diff) | |
download | pango-6cf73f0034b6db8f10a5cdc096c7a5d1ac53af94.tar.gz |
Typo
Diffstat (limited to 'pango/pangocairo-font.c')
-rw-r--r-- | pango/pangocairo-font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-font.c b/pango/pangocairo-font.c index 8f976b73..35da71ce 100644 --- a/pango/pangocairo-font.c +++ b/pango/pangocairo-font.c @@ -133,7 +133,7 @@ done: if (!font_face) g_warning ("font_face is NULL"); else - g_warning ("font_font status is: %s", + g_warning ("font_face status is: %s", cairo_status_to_string (cairo_font_face_status (font_face))); if (!scaled_font) |