[telepathy-glib/master] fix style/typo

Dafydd Harries dafydd.harries at collabora.co.uk
Thu Sep 3 09:37:28 PDT 2009


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

diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index dae7460..6b31b88 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -1531,7 +1531,7 @@ tp_base_connection_register (TpBaseConnection *self,
     }
 
   /* Plus two for the dots. */
-  prefix_length = strlen(TP_CONN_BUS_NAME_BASE) +
+  prefix_length = strlen (TP_CONN_BUS_NAME_BASE) +
       strlen (cm_name) + strlen (safe_proto) + 2;
 
   if (cls->get_unique_connection_name)
@@ -1545,7 +1545,7 @@ tp_base_connection_register (TpBaseConnection *self,
       if (prefix_length + strlen (unique_name) > dbus_max_name_length)
         {
           /* Is prefix is too long to make reasonable bus name? Ten = one
-           * character of the oritinal unique name plus underscore plus
+           * character of the original unique name plus underscore plus
            * 8-character hash.
            */
           if (prefix_length >= dbus_max_name_length - 10)
-- 
1.5.6.5



More information about the telepathy-commits mailing list