summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-10-06 01:30:09 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2012-10-08 13:47:06 +0100
commit9af7dda5d7de69522b152d853ed8921c00c15f4e (patch)
tree4f4fe4b250610ec156b9d8ac443795074a70fa0c
parent015c36af27a8ce68d60f8aab6a10acdc48c5f38c (diff)
downloadcogl-9af7dda5d7de69522b152d853ed8921c00c15f4e.tar.gz
error: Fix 'burden' typo
Reviewed-by: Robert Bragg <robert@linux.intel.com>
-rw-r--r--cogl/cogl-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-error.h b/cogl/cogl-error.h
index 2a7fcce0..e24f5fc4 100644
--- a/cogl/cogl-error.h
+++ b/cogl/cogl-error.h
@@ -37,7 +37,7 @@
* As a general rule Cogl shields non-recoverable errors from
* developers, such as most heap allocation failures (unless for
* exceptionally large resources which we might reasonably expect to
- * fail) and this reduces the burdon on developers.
+ * fail) and this reduces the burden on developers.
*
* There are some Cogl apis though that can fail for exceptional
* reasons that can also potentially be recovered from at runtime