docs: fix grammar in Writing GLib Applications/Threads

This commit is contained in:
Hashem Nasarat 2016-01-31 12:51:21 -05:00
parent 95dd373024
commit c5931d1a16

View File

@ -30,7 +30,7 @@ structure, they must use a lock to synchronize their operation.
</para>
<para>
GLib is creating a worker thread for its own purposes, so GLib applications
GLib creates a worker thread for its own purposes so GLib applications
will always have at least 2 threads.
</para>