浏览代码

xmpp: Fix typos in module documentation

Florian Floimair 7 年之前
父节点
当前提交
b0e6906d76
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/xmpp/doc/xmpp_admin.xml

+ 2 - 2
src/modules/xmpp/doc/xmpp_admin.xml

@@ -108,7 +108,7 @@
 	<para>
 		In the XMPP stand-alone server mode, the XMPP module is a minimal XMPP/Jabber server.
 		In this mode, another Jabber server is not needed. The gateway will connect to other
-		XMPP servers basaed on the JID domain and by using the standardized XMPP S2S protocol.
+		XMPP servers based on the JID domain and by using the standardized XMPP S2S protocol.
 	</para>
 	<para>
 		If you want to change to server-mode, you have to change the "backend" parameter,
@@ -143,7 +143,7 @@
 		'delim' is a character that can be set via 'domain_separator' parameter.
 	</para>
 	<para>
-		If 'gwmap' parameter is used, then the addresses are not enconding the domains
+		If 'gwmap' parameter is used, then the addresses are not encoding the domains
 		in the username part. They are going to be straight 'username@domain' always.
 	</para>
 	</section>