From e5607ea03a742073286651db70f9a249b5f5e028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Thu, 22 Mar 2007 08:46:08 +0000 Subject: [PATCH] * src/guide.tex: Fixed typo. SVN Revision: 749 --- ChangeLog | 4 ++++ doc/guide.tex | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c4860e425..57e20b244 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-22 Mickael Remond + + * src/guide.tex: Fixed typo. + 2007-03-22 Alexey Shchepin * src/mod_muc/mod_muc.erl: Better behaviour under high load diff --git a/doc/guide.tex b/doc/guide.tex index 88102293b..527b0e356 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -924,7 +924,7 @@ If you need a different behaviour, you can change the load balancing behaviour w {domain_balancing, "component.example.com", }. \end{verbatim} -Several balancing criterium are available: +Several balancing criteria are available: \begin{itemize} \item \term{destination}: the full JID of the packet \term{to} attribute is used. \item \term{source}: the full JID of the packet \term{from} attribute is used.