Fix typo in introduction to threads in Glib

This commit is contained in:
Christian Dywan 2010-02-01 12:37:23 +01:00
parent f25e756ab6
commit 75b3bd99e1

View File

@ -111,7 +111,7 @@
* for example you must coordinate accesses to the same #GHashTable
* from multiple threads. The two notable exceptions from this rule
* are #GMainLoop and #GAsyncQueue, which <emphasis>are</emphasis>
* threadsafe and needs no further application-level locking to be
* threadsafe and need no further application-level locking to be
* accessed from multiple threads.
*
* To help debugging problems in multithreaded applications, GLib