summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-18 22:51:49 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-18 22:51:49 +0000
commit252b1a864a3cdf6534a4e5a0d3e9ba6cc21c5995 (patch)
tree28ab1646fbef7a6afbd4d77180d0c39b902965c6
parent9774a8d5105d50347836dff017cc38f46cff68f4 (diff)
docs: fix spelling of 'threshold' in app dev manual
-rw-r--r--docs/manual/advanced-threads.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/advanced-threads.xml b/docs/manual/advanced-threads.xml
index dc6aea5016..218606e8df 100644
--- a/docs/manual/advanced-threads.xml
+++ b/docs/manual/advanced-threads.xml
@@ -63,9 +63,9 @@
means to make data throughput between threads threadsafe, and it can
also act as a buffer. Queues have several <classname>GObject</classname>
properties to be configured for specific uses. For example, you can set
- lower and upper tresholds for the element. If there's less data than
- the lower treshold (default: disabled), it will block output. If
- there's more data than the upper treshold, it will block input or
+ lower and upper thresholds for the element. If there's less data than
+ the lower threshold (default: disabled), it will block output. If
+ there's more data than the upper threshold, it will block input or
(if configured to do so) drop data.
</para>
<para>