[glib] Fix a typo



commit c8476e9f8f1ca99f7d30a0505268abc4049fb0c6
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 3 17:10:45 2014 -0500

    Fix a typo

 glib/gthread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gthread.c b/glib/gthread.c
index 026d9f0..dce98a0 100644
--- a/glib/gthread.c
+++ b/glib/gthread.c
@@ -437,7 +437,7 @@
  *
  * The #GThread struct represents a running thread. This struct
  * is returned by g_thread_new() or g_thread_try_new(). You can
- * obtain the #GThread struct representing the current thead by
+ * obtain the #GThread struct representing the current thread by
  * calling g_thread_self().
  *
  * GThread is refcounted, see g_thread_ref() and g_thread_unref().


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