From 252b1a864a3cdf6534a4e5a0d3e9ba6cc21c5995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 18 Jan 2011 22:51:49 +0000 Subject: [PATCH] docs: fix spelling of 'threshold' in app dev manual --- docs/manual/advanced-threads.xml | 6 +++--- 1 file 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 GObject 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.