summaryrefslogtreecommitdiff
path: root/gtk/gtkpixelcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkpixelcache.c')
-rw-r--r--gtk/gtkpixelcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpixelcache.c b/gtk/gtkpixelcache.c
index 9448401b9e..87ed977ce8 100644
--- a/gtk/gtkpixelcache.c
+++ b/gtk/gtkpixelcache.c
@@ -78,7 +78,7 @@ _gtk_pixel_cache_free (GtkPixelCache *cache)
cache->surface ||
cache->surface_dirty)
{
- g_warning ("pixel cache freed that wasn't unmapped: tag %u surface %p sirty %p",
+ g_warning ("pixel cache freed that wasn't unmapped: tag %u surface %p dirty %p",
cache->timeout_tag, cache->surface, cache->surface_dirty);
}