From 388e589ac4646b564777b5f57dadec7ee0d6d90d Mon Sep 17 00:00:00 2001
From: Damien Lespiau <damien.lespiau@intel.com>
Date: Sun, 30 Dec 2012 16:08:15 +0000
Subject: [PATCH] doc: Fix a typo in the description of cogl-bitmap

(cherry picked from commit 423b8f8c62b1f73d6b0e24a5689428821e154703)
---
 cogl/cogl-bitmap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cogl/cogl-bitmap.h b/cogl/cogl-bitmap.h
index ba71cdaee..2919b869b 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.