diff options
author | Badlop <badlop@process-one.net> | 2011-05-31 10:07:50 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-05-31 21:13:20 +0200 |
commit | 7248ee1dbc8876f0960a0a3b60dda784b7908d47 (patch) | |
tree | 48e3fff4730a10a23a3947fc3f7ea687d3b77712 /doc/dev.tex | |
parent | Pubsub node maxitem forced to 0 if non persistent node (thanks to Karim Gemay... (diff) |
Fix some typos in the Guidev3.0.0-alpha-3
Diffstat (limited to 'doc/dev.tex')
-rw-r--r-- | doc/dev.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev.tex b/doc/dev.tex index 7fb47e9cc..94f453329 100644 --- a/doc/dev.tex +++ b/doc/dev.tex @@ -137,7 +137,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. |