Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Feb 2014 22:10:45 +0000 (17:10 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Feb 2014 22:10:45 +0000 (17:10 -0500)
glib/gthread.c

index 026d9f0..dce98a0 100644 (file)
  *
  * 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().