aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/third_party_lookup.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-09-02 16:08:13 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-09-29 22:00:06 +0900
commit1e6510790dab6b9141ae52993987b406399668cd (patch)
tree1a45c0ccfec8f5f7ba37eb4385cdc7f61afa0c97 /lib/csapi/third_party_lookup.h
parent4244cee8d5e0f760cccd2b45ad587670573ef03c (diff)
downloadlibquotient-1e6510790dab6b9141ae52993987b406399668cd.tar.gz
libquotient-1e6510790dab6b9141ae52993987b406399668cd.zip
Support CS API 0.4.0
Numerous changes in CS (and now also AS) API, including compatibility-breaking ones - see the diff for details.
Diffstat (limited to 'lib/csapi/third_party_lookup.h')
-rw-r--r--lib/csapi/third_party_lookup.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/csapi/third_party_lookup.h b/lib/csapi/third_party_lookup.h
index 5ebe5864..3a60432b 100644
--- a/lib/csapi/third_party_lookup.h
+++ b/lib/csapi/third_party_lookup.h
@@ -85,7 +85,7 @@ namespace QMatrixClient
QScopedPointer<Private> d;
};
- /// Retreive Matrix-side portals rooms leading to a third party location.
+ /// Retrieve Matrix-side portals rooms leading to a third party location.
///
/// Requesting this endpoint with a valid protocol name results in a list
/// of successful mapping results in a JSON array. Each result contains
@@ -98,7 +98,7 @@ namespace QMatrixClient
class QueryLocationByProtocolJob : public BaseJob
{
public:
- /*! Retreive Matrix-side portals rooms leading to a third party location.
+ /*! Retrieve Matrix-side portals rooms leading to a third party location.
* \param protocol
* The protocol used to communicate to the third party network.
* \param searchFields
@@ -170,7 +170,7 @@ namespace QMatrixClient
/// Reverse-lookup third party locations given a Matrix room alias.
///
- /// Retreive an array of third party network locations from a Matrix room
+ /// Retrieve an array of third party network locations from a Matrix room
/// alias.
class QueryLocationByAliasJob : public BaseJob
{
@@ -206,7 +206,7 @@ namespace QMatrixClient
/// Reverse-lookup third party users given a Matrix User ID.
///
- /// Retreive an array of third party users from a Matrix User ID.
+ /// Retrieve an array of third party users from a Matrix User ID.
class QueryUserByIDJob : public BaseJob
{
public: