From 5fb4a6178c3e64371c01510690d9de1e8a740bde Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 19 Nov 2012 20:14:55 +0000 Subject: Fix spelling of _cogl_propagate_error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘Propagate’ was misspelled as ‘propogate’. Reviewed-by: Robert Bragg --- cogl/cogl-bitmap-pixbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogl/cogl-bitmap-pixbuf.c') diff --git a/cogl/cogl-bitmap-pixbuf.c b/cogl/cogl-bitmap-pixbuf.c index 0af32b11..855c997f 100644 --- a/cogl/cogl-bitmap-pixbuf.c +++ b/cogl/cogl-bitmap-pixbuf.c @@ -194,7 +194,7 @@ _cogl_bitmap_from_file (CoglContext *ctx, pixbuf = gdk_pixbuf_new_from_file (filename, &glib_error); if (pixbuf == NULL) { - _cogl_propogate_gerror (error, glib_error); + _cogl_propagate_gerror (error, glib_error); return FALSE; } -- cgit v1.2.1