summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2008-11-18 19:17:28 +0000
committerAlban Crequy <alban.crequy@collabora.co.uk>2008-11-18 19:17:28 +0000
commiteb1c860828a48535838baa1b005ca736c26dcab9 (patch)
treed10c4adc47713358249a30369848718b2c7ed4a3
parenta59bd29e03e808590e853dcb262425bb392f4571 (diff)
Caps: rephrasing preample
-rw-r--r--spec/Connection_Interface_Contact_Capabilities.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/Connection_Interface_Contact_Capabilities.xml b/spec/Connection_Interface_Contact_Capabilities.xml
index 4d1d6320..9a39d4d0 100644
--- a/spec/Connection_Interface_Contact_Capabilities.xml
+++ b/spec/Connection_Interface_Contact_Capabilities.xml
@@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
- <p>An interface to get contact capabilities in order to know what channel
- classes may be created with a contact before the request is made to the
- connection object. Each capability represents a commitment by the
+ <p>Contact capabilities describe the channel classes which may be
+ created with a given conatact in advance of attempting to create a
+ channel. Each capability represents a commitment by the
connection manager that it will ordinarily be able to create a channel
with a contact when given a request with the properties defined by the
channel class.</p>
@@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<p>This interface also enables user interfaces to notify the connection
manager what capabilities to advertise for the user to other contacts.
This is done by using the SetSelfCapabilities method, and deals with
- channel properties values pertaining to them which are implemented by
+ channel property values pertaining to them which are implemented by
available client processes.</p>
</tp:docstring>