From 91537fc76d8a619295b827acef2e0dd5bcd2a5b1 Mon Sep 17 00:00:00 2001 From: tuxd00d Date: Thu, 11 Jun 2015 05:18:01 -0700 Subject: [PATCH] English grammer tweaks --- modules/dispatcher/doc/dispatcher_admin.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/dispatcher/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml index 8edb8c6a027..ae700ab09b2 100644 --- a/modules/dispatcher/doc/dispatcher_admin.xml +++ b/modules/dispatcher/doc/dispatcher_admin.xml @@ -18,19 +18,19 @@ This module offers SIP load balancer functionality and it can be used as SIP traffic dispatcher. There are many load balancing and - traffic dispaching algorithms that you can choose from, like: + traffic dispaching algorithms that you can choose from, for example: round-robin, weight based load balancing, call load distribution, - hashing over SIP message attributes. + and hashing over SIP message attributes. - The module can be used as a stateless load balancer, it does not + The module can be used as a stateless load balancer; it does not depend on any call state tracking module. It requires the TM module if you enable auto-discovery of active/inactive gateways. It is very lightweight, therefore suitable for handling heavy SIP - traffic. The module has a small footprint and ability to load balancing rules - from a text plain file makes it suitable for embedded systems. + traffic. As the module has a small footprint and the ability to load + balancing rules from a plain text file, it is suitable for embedded systems.