Skip to content

Commit

Permalink
memcached: Fix typos in module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ffloimair authored and miconda committed Feb 28, 2018
1 parent a7a8209 commit 0f5a87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/memcached/doc/memcached_admin.xml
Expand Up @@ -75,7 +75,7 @@ xlog("stored value is $mct(test)"); # will return <null>
This module is an addition to the existing <emphasis>htable</emphasis> functionality,
not a replacement. In smaller architectures or installations where only one instance
needs access to the hash table the htable module is easier to setup, as no dedicated
server needs to be provided. But when a distributed storage facilility is necessary,
server needs to be provided. But when a distributed storage facility is necessary,
or one want to separate the storage from the SIP server, this module could be used.
</para>
</section>
Expand Down Expand Up @@ -182,7 +182,7 @@ modparam("memcached", "servers", "localhost:11211")
</para>
<para>
It is possible to override this default value when adding a key with the
<emphasis>mct</emphasis> psuedo-variable, or later on by setting a different
<emphasis>mct</emphasis> pseudo-variable, or later on by setting a different
timeout for an existing key with the <emphasis>mctex</emphasis> pseudo-variable.
</para>
<para>
Expand Down

0 comments on commit 0f5a87e

Please sign in to comment.