summaryrefslogtreecommitdiff
path: root/docs/random/wtay
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2006-10-28 15:42:29 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-10-28 15:42:29 +0000
commitfcfb59afb1014866c63e1de94712ce80ce21f973 (patch)
tree9ab7fb307967c5018808e37c4f3018fd768c4536 /docs/random/wtay
parentf4f604b7b1c5a2404d50b69472b9a12839eaeee9 (diff)
Typo fixes (#366212).
Original commit message from CVS: Patch by: Kjartan Maraas <kmaraas at gnome org> * docs/design/part-MT-refcounting.txt: * docs/random/wtay/capsnego2-docs: * gst/gstclock.c: * gst/gstxml.c: Typo fixes (#366212).
Diffstat (limited to 'docs/random/wtay')
-rw-r--r--docs/random/wtay/capsnego2-docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/random/wtay/capsnego2-docs b/docs/random/wtay/capsnego2-docs
index d7eb6e2924..d748b80895 100644
--- a/docs/random/wtay/capsnego2-docs
+++ b/docs/random/wtay/capsnego2-docs
@@ -173,7 +173,7 @@ GstPad connection
When two pads are connected get_caps is called on both pads to get their caps.
Then the intersection between those caps is made, this will give us all the
-possible media types that can flow trough this pad connection. Optionally the
+possible media types that can flow through this pad connection. Optionally the
application can provide additional caps, the pad intersection is also made with
the application caps.