diff options
author | Olli Salli <ollisal@gmail.com> | 2011-10-10 17:51:08 +0300 |
---|---|---|
committer | Olli Salli <ollisal@gmail.com> | 2011-10-10 19:17:43 +0300 |
commit | 1bbee6139da1fe8d27cdd3c8a7a66a1f80d920aa (patch) | |
tree | 3230c279f251cc9153b0c6783323800dff91ad3a /qt4/TelepathyQt4 | |
parent | a4c642c42181b507f3be6fd86afac1def5373353 (diff) |
STC dox: s/an tube-by-tube basis/a tube.../
Diffstat (limited to 'qt4/TelepathyQt4')
-rw-r--r-- | qt4/TelepathyQt4/stream-tube-client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/TelepathyQt4/stream-tube-client.cpp b/qt4/TelepathyQt4/stream-tube-client.cpp index 6140faf37..6da2e705f 100644 --- a/qt4/TelepathyQt4/stream-tube-client.cpp +++ b/qt4/TelepathyQt4/stream-tube-client.cpp @@ -65,7 +65,7 @@ namespace Tp * been accepted. * * Returning the pair (QHostAddress::Any, 0) makes the protocol backend allow connections from any - * address on the local computer. This can be used on an tube-by-tube basis if for some tubes its + * address on the local computer. This can be used on a tube-by-tube basis if for some tubes its * known that multiple connections need to be made, so a single source address doesn't suffice. * * The \a account and \a tube parameters can be inspected to make the decision; typically by looking |