[Telepathy-commits] [telepathy-salut/master] Fix typo
Alban Crequy
alban.crequy at collabora.co.uk
Tue Nov 25 03:59:23 PST 2008
---
src/salut-tubes-manager.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/salut-tubes-manager.c b/src/salut-tubes-manager.c
index 3afdabb..632c99d 100644
--- a/src/salut-tubes-manager.c
+++ b/src/salut-tubes-manager.c
@@ -321,7 +321,7 @@ iq_tube_request_cb (SalutXmppConnectionManager *xcm,
return;
}
- DEBUG ("received a tube request, tube_id %d", tube_id);
+ DEBUG ("received a tube request, tube id %d", tube_id);
chan = g_hash_table_lookup (priv->channels,
GUINT_TO_POINTER (initiator_handle));
@@ -510,7 +510,7 @@ salut_tubes_manager_class_init (
/**
* tubes_channel_closed_cb:
*
- * Signal callback for when an Tubes channel is closed. Removes the references
+ * Signal callback for when a Tubes channel is closed. Removes the references
* that TubesManager holds to them.
*/
static void
--
1.5.6.5
More information about the Telepathy-commits
mailing list