error: Fix 'burden' typo

Reviewed-by: Robert Bragg <robert@linux.intel.com>

(cherry picked from commit 9af7dda5d7de69522b152d853ed8921c00c15f4e)
This commit is contained in:
Damien Lespiau 2012-10-06 01:30:09 +01:00 committed by Robert Bragg
parent 08205a40e1
commit 979a3d5517

View File

@ -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