summaryrefslogtreecommitdiff
path: root/cogl/cogl-bitmap.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-12-30 16:08:15 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-22 17:48:12 +0000
commit388e589ac4646b564777b5f57dadec7ee0d6d90d (patch)
tree2056111a83a8321da8819de8285a51d02f751314 /cogl/cogl-bitmap.h
parent81a94a7849bebac6d19655ec75ea208cfec97add (diff)
downloadcogl-388e589ac4646b564777b5f57dadec7ee0d6d90d.tar.gz
doc: Fix a typo in the description of cogl-bitmap
(cherry picked from commit 423b8f8c62b1f73d6b0e24a5689428821e154703)
Diffstat (limited to 'cogl/cogl-bitmap.h')
-rw-r--r--cogl/cogl-bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-bitmap.h b/cogl/cogl-bitmap.h
index ba71cdae..2919b869 100644
--- a/cogl/cogl-bitmap.h
+++ b/cogl/cogl-bitmap.h
@@ -43,7 +43,7 @@ typedef struct _CoglBitmap CoglBitmap;
/**
* SECTION:cogl-bitmap
- * @short_description: Fuctions for loading images
+ * @short_description: Functions for loading images
*
* Cogl allows loading image data into memory as CoglBitmaps without
* loading them immediately into GPU textures.