diff options
author | Neil Roberts <neil@linux.intel.com> | 2012-11-19 20:14:55 +0000 |
---|---|---|
committer | Neil Roberts <neil@linux.intel.com> | 2012-11-27 12:04:11 +0000 |
commit | 5fb4a6178c3e64371c01510690d9de1e8a740bde (patch) | |
tree | fd7fe099f3aefb836ca411d506777805bda52b72 /cogl/cogl-bitmap-pixbuf.c | |
parent | fe1c44dfedb7f110cdd2a6bd38558f44dfc59f6e (diff) | |
download | cogl-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.c | 2 |
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; } |