diff options
author | Sangeeth Saravanaraj <sangeeth@riptideio.com> | 2015-01-22 11:13:03 +0530 |
---|---|---|
committer | Sangeeth Saravanaraj <sangeeth@riptideio.com> | 2015-01-22 11:13:03 +0530 |
commit | 2f4d811db490a69b2ba338aa45171ac15c9b5c4d (patch) | |
tree | a1823a0f23f6348e17c80861b93145e104e378fb | |
parent | 61127f521d7d810a14bb6f9b017d7834584c4206 (diff) | |
download | slixmpp-2f4d811db490a69b2ba338aa45171ac15c9b5c4d.tar.gz slixmpp-2f4d811db490a69b2ba338aa45171ac15c9b5c4d.tar.bz2 slixmpp-2f4d811db490a69b2ba338aa45171ac15c9b5c4d.tar.xz slixmpp-2f4d811db490a69b2ba338aa45171ac15c9b5c4d.zip |
Fixed a typo in docs/guide_xep_0030.rst
-rw-r--r-- | docs/guide_xep_0030.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide_xep_0030.rst b/docs/guide_xep_0030.rst index cb8d7d25..857f7ff1 100644 --- a/docs/guide_xep_0030.rst +++ b/docs/guide_xep_0030.rst @@ -161,7 +161,7 @@ item itself, and the JID and node that will own the item. In this case, the owning JID and node are provided with the parameters ``ijid`` and ``node``. -Peforming Disco Queries +Performing Disco Queries ----------------------- The methods ``get_info()`` and ``get_items()`` are used to query remote JIDs and their nodes for disco information. Since these methods are wrappers for |