[telepathy-glib/master] Fix the naming in the tp_value_array_build documentation

Sjoerd Simons sjoerd.simons at collabora.co.uk
Thu Nov 19 07:09:32 PST 2009


---
 telepathy-glib/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index f8d9a68..78c172a 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -981,7 +981,7 @@ _tp_quark_array_copy (const GQuark *quarks)
  * <example>
  *   <title> using tp_value_array_build</title>
  *    <programlisting>
- * GValueArray *array = gabble_value_array_build (2,
+ * GValueArray *array = tp_value_array_build (2,
  *    G_TYPE_STRING, host,
  *    G_TYPE_UINT, port,
  *    G_TYPE_INVALID);
-- 
1.5.6.5




More information about the telepathy-commits mailing list