From 2d177f9ee777c635608017ff95af3974f071c4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 5 Nov 2009 18:36:38 +0000 Subject: [PATCH] docs: fix typo --- gst/gstvalue.h | 4 ++-- 1 file 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. *