[glib/wip/chergert/garraylist] Fix a typo



commit f15cfc45c131129e1d846dfa38b7c55fe9427e2a
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Sep 17 19:52:44 2015 -0500

    Fix a typo

 glib/garraylist.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/garraylist.c b/glib/garraylist.c
index 9c00e30..9959dd2 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]