summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHashem Nasarat <hashem@riseup.net>2016-01-31 12:51:21 -0500
committerHashem Nasarat <hashem@riseup.net>2016-01-31 12:54:28 -0500
commitc5931d1a16454eb0783d616ded6f33877b1e537f (patch)
tree4d3879cafd07216dad60bc9355804fd0881ea5a1
parent95dd373024901afdf31c020a2cc7966032b18866 (diff)
downloadglib-c5931d1a16454eb0783d616ded6f33877b1e537f.tar.gz
docs: fix grammar in Writing GLib Applications/Threads
-rw-r--r--docs/reference/glib/programming.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glib/programming.xml b/docs/reference/glib/programming.xml
index 87860c92c..52df907e8 100644
--- a/docs/reference/glib/programming.xml
+++ b/docs/reference/glib/programming.xml
@@ -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>