summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edmundson <kde@davidedmundson.co.uk>2014-08-27 20:19:57 +0200
committerDavid Edmundson <kde@davidedmundson.co.uk>2014-08-27 20:19:57 +0200
commite460dfd8e1801412dedb11d8211642501f4989c5 (patch)
tree534940d4867de14da8ef0d789d98e3a09cd6ded5
parent07dd896bfb579e844aee08692253d4baf61e5036 (diff)
fix typo in comment
-rw-r--r--TelepathyQt/pending-channel-request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/pending-channel-request.cpp b/TelepathyQt/pending-channel-request.cpp
index 9775d293..90c1acc5 100644
--- a/TelepathyQt/pending-channel-request.cpp
+++ b/TelepathyQt/pending-channel-request.cpp
@@ -64,7 +64,7 @@ struct TP_QT_NO_EXPORT PendingChannelRequest::Private
* the reply to an asynchronous ChannelRequest request.
*
* Instances of this class cannot be constructed directly; the only way to get
- * one is trough Account.
+ * one is through Account.
*
* See \ref async_model
*/