summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2015-09-17 19:52:44 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2015-09-17 19:52:44 -0500
commitf15cfc45c131129e1d846dfa38b7c55fe9427e2a (patch)
treef57954e2cdba8b49bc7ba54a3102b0e42e2c48c0
parent4232c04655d3eb5b2c2430e5ed6f16fcff2d7e43 (diff)
downloadglib-wip/chergert/garraylist.tar.gz
-rw-r--r--glib/garraylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/garraylist.c b/glib/garraylist.c
index 9c00e3030..9959dd284 100644
--- a/glib/garraylist.c
+++ b/glib/garraylist.c
@@ -29,7 +29,7 @@
* @title: GArrayList
* @short_description: Linked lists implemented as arrays.
*
- * Sometimes, when building APIs we make mistakes about the undelrying
+ * Sometimes, when building APIs we make mistakes about the underlying
* data structure that should have been used. GArrayList is a data structure
* that allows read-only compatability with #GList but is implemented as an
* array underneath. This means fast forward and backward iteration using