diff options
author | Alexey Shchepin <alexey@process-one.net> | 2003-10-19 16:44:48 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2003-10-19 16:44:48 +0000 |
commit | 2e41080960ab322a113fab1438940ff1ca7ad59b (patch) | |
tree | 22469e936d87ebc3024b46ef9fabb1332f5a9882 /doc/guide.tex | |
parent | * src/ejabberd_local.erl: Added support for announce/online (diff) |
* doc/guide.tex: Fixed typo
SVN Revision: 155
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index d5e49058..ed4072b5 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -782,8 +782,8 @@ Example: \begin{verbatim} {modules, [ ... - {mod_disco, [[{extra_domains, ["jit.example.com", - "etc.example.com"]}]]}, + {mod_disco, [{extra_domains, ["jit.example.com", + "etc.example.com"]}]}, ... ]}. \end{verbatim} |