summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-11-05 18:36:38 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-11-05 18:39:15 +0000
commit2d177f9ee777c635608017ff95af3974f071c4bb (patch)
tree625cd5dc0267f2ec8573e9533c9dc36adbeff1a6
parent6afa35585645696c91badd69650e542c602a387d (diff)
docs: fix typo
-rw-r--r--gst/gstvalue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstvalue.h b/gst/gstvalue.h
index 5a65b8d170..6dc3f64907 100644
--- a/gst/gstvalue.h
+++ b/gst/gstvalue.h
@@ -293,8 +293,8 @@ G_BEGIN_DECLS
/**
* GstValueCompareFunc:
- * @value1: first value for comparission
- * @value2: second value for comparission
+ * @value1: first value for comparison
+ * @value2: second value for comparison
*
* Used together with gst_value_compare() to compare #GValues.
*