]> granicus.if.org Git - ejabberd/commitdiff
Fix some typos in the Guide
authorBadlop <badlop@process-one.net>
Tue, 31 May 2011 08:07:50 +0000 (10:07 +0200)
committerBadlop <badlop@process-one.net>
Tue, 31 May 2011 19:12:31 +0000 (21:12 +0200)
doc/dev.tex
doc/guide.tex

index 1e46c1af24668fe1e1b2a5458b57498395bcd3b3..4e63b95cee1e42e51601fb378c3c4f622e6ff0e8 100644 (file)
@@ -141,7 +141,7 @@ session manager, else it is processed depending on it's content.
 \subsection{Session Manager}
 
 This module routes packets to local users.  It searches for what user resource
-packet must be sended via presence table.  If this resource is connected to
+packet must be sent via presence table.  If this resource is connected to
 this node, it is routed to C2S process, if it connected via another node, then
 the packet is sent to session manager on that node.
 
index 97a2d847470547dcfa1ce8afa1a5d5b8efacceeb..84581033d7b223835daedfcc53e3c784b0c15d4e 100644 (file)
@@ -1476,7 +1476,7 @@ declarations of ACLs in the configuration file have the following syntax:
   with a name that matches \term{UserRegexp} at any server that matches
   \term{ServerRegexp}. Example:
 \begin{verbatim}
-{acl, yohzik, {node_regexp, "^yohzik$", "^example.(com|org)$"}}.
+{acl, yozhik, {node_regexp, "^yozhik$", "^example.(com|org)$"}}.
 \end{verbatim}
 \titem{\{user\_glob, Glob\}}
 \titem{\{user\_glob, Glob, Server\}}
@@ -3052,7 +3052,7 @@ End user information:
   to join a channel, and to set custom IRC username and encoding.
 \item When using a popular \XMPP{} server, it can occur that no
   connection can be achieved with some IRC servers because they limit the
-  number of conections from one IP.
+  number of connections from one IP.
 \end{itemize}
 
 Options:
@@ -4628,7 +4628,7 @@ Examples:
 \makesubsection{modvcardldap}{\modvcardldap{}}
 \ind{modules!\modvcardldap{}}\ind{JUD}\ind{Jabber User Directory}\ind{vCard}\ind{protocols!XEP-0054: vcard-temp}
 
-%TODO: verify if the referers to the LDAP section are still correct
+%TODO: verify if the referrers to the LDAP section are still correct
 
 \ejabberd{} can map LDAP attributes to vCard fields. This behaviour is
 implemented in the \modvcardldap{} module. This module does not depend on the
@@ -5812,10 +5812,6 @@ The Web Admin also supports the \verb|Accept-Language| HTTP header.
 \end{figure}
 
 
-%\section{Ultra Complex Example}
-%\label{ultracomplexexample}
-%TODO: a very big example covering the whole guide, with a good explanation before the example: different authenticaton mechanisms, transports, ACLs, multple virtual hosts, virtual host specific settings and general settings, modules,...
-
 \makechapter{releasenotes}{Release Notes}
 \ind{release notes}