[Telepathy-commits] [telepathy-doc/master] Fix typos

Murray Cumming murrayc at murrayc.com
Mon Feb 9 09:26:34 PST 2009


---
 docs/book/C/telepathy.xml |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/book/C/telepathy.xml b/docs/book/C/telepathy.xml
index d5e9ad6..fe7ca85 100644
--- a/docs/book/C/telepathy.xml
+++ b/docs/book/C/telepathy.xml
@@ -717,8 +717,7 @@ AC_SUBST(EXAMPLE_LIBS)
 
 <para>The remote contact or contact list can be referred to by numeric <link linkend="sec-basics-handles"><literal>Handles</literal></link>, (<property>TargetHandle</property>) or indentifier (<property>TargetID</property>) when obtaining the <interfacename>Text</interfacename> channel, for instance via the <methodname>CreateChannel()</methodname> or <methodname>EnsureChannel()</methodname> D-Bus method, as described in the <link linkend="sec-channel-requesting">Requesting Channels</link> section.</para>
 
-  <para>TODO: Notes: Messages (rich 
-     messages), Password interfaces
+  <para>TODO: Notes: Password interfaces
   </para>
 
   <sect1 id="sec-channel-text-sending">
@@ -726,7 +725,7 @@ AC_SUBST(EXAMPLE_LIBS)
     <para>Messages may be sent to the contact (or contact list) with the <ulink url="&url_spec_base;Channel.Type.Text.Send"><methodname>Send()</methodname></ulink> method. Sending messages can be requested using the Send method, which will return successfully. Other parts of your application may handle the <literal>Sent</literal> signal, for instance to log that side of the conversation.</para>
   
     <note>
-      <para>Soem Connection Managers also provide the <ulink url="&url_spec_base;Channel.Interface.Messages"><interface>Messages</interface></ulink> interface on the <interfacename>Text</interfacename> channel object. This optional interface allows sending and receiving of formatted messages and delivery reports. For instance, you might use the <interfacename>Message</interfacename> interface's <ulink url="&url_spec_base;Channel.Interface.Messages.SendMessage"><methodname>SendMessage()</methodname></ulink> method instead of the main <interfacename>Text</interfacename> interface's <methodname>Send()</methodname> method.</para>
+      <para>Some Connection Managers also provide the <ulink url="&url_spec_base;Channel.Interface.Messages"><interface>Messages</interface></ulink> interface on the <interfacename>Text</interfacename> channel object. This optional interface allows sending and receiving of formatted messages and delivery reports. For instance, you might use the <interfacename>Message</interfacename> interface's <ulink url="&url_spec_base;Channel.Interface.Messages.SendMessage"><methodname>SendMessage()</methodname></ulink> method instead of the main <interfacename>Text</interfacename> interface's <methodname>Send()</methodname> method.</para>
     </note>
 
     <sect2>
-- 
1.5.6.5



More information about the telepathy-commits mailing list