summaryrefslogtreecommitdiff
path: root/cogl/cogl-bitmap-pixbuf.c
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-11-19 20:14:55 +0000
committerNeil Roberts <neil@linux.intel.com>2012-11-27 12:04:11 +0000
commit5fb4a6178c3e64371c01510690d9de1e8a740bde (patch)
treefd7fe099f3aefb836ca411d506777805bda52b72 /cogl/cogl-bitmap-pixbuf.c
parentfe1c44dfedb7f110cdd2a6bd38558f44dfc59f6e (diff)
downloadcogl-5fb4a6178c3e64371c01510690d9de1e8a740bde.tar.gz
Fix spelling of _cogl_propagate_error
‘Propagate’ was misspelled as ‘propogate’. Reviewed-by: Robert Bragg <robert@linux.intel.com>
Diffstat (limited to 'cogl/cogl-bitmap-pixbuf.c')
-rw-r--r--cogl/cogl-bitmap-pixbuf.c2
1 files changed, 1 insertions, 1 deletions
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;
}