summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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