[sr-dev] git:3.1: auth: fixe typo in docs

Daniel-Constantin Mierla miconda at gmail.com
Sun Oct 24 23:11:27 CEST 2010


Module: sip-router
Branch: 3.1
Commit: 800253af1821bd2fd0e997f74d66105bb4d2aea4
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=800253af1821bd2fd0e997f74d66105bb4d2aea4

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Oct 24 23:03:45 2010 +0200

auth: fixe typo in docs

---

 modules/auth/README            |    6 +++---
 modules/auth/doc/functions.xml |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/auth/README b/modules/auth/README
index 0f0214b..5850726 100644
--- a/modules/auth/README
+++ b/modules/auth/README
@@ -497,9 +497,9 @@ if (www_authenticate("realm", "subscriber)) {
        to the user so he can decide what username and password to use.
        Usually this is domain of the host the server is running on.
        It must not be empty string “”. In case of REGISTER requests To
-       header field domain (e.g., varibale $td) can be used (because this
-       header field represents a user being registered), for all other
-       messages From header field domain can be used (e.g., varibale $fd).
+       header field domain (e.g., variable $td) can be used (because this
+       header field represents the user being registered), for all other
+       messages From header field domain can be used (e.g., variable $fd).
        The string may contain pseudo variables.
      * flags - Value of this parameter can be a bitmask of following:
           + 1 - build challenge header with qop=auth
diff --git a/modules/auth/doc/functions.xml b/modules/auth/doc/functions.xml
index b9816bc..0e812b3 100644
--- a/modules/auth/doc/functions.xml
+++ b/modules/auth/doc/functions.xml
@@ -55,10 +55,10 @@ if (www_authenticate("realm", "subscriber)) {
 			</para>
 			<para>
 			It must not be empty string <quote></quote>. In case of REGISTER
-			requests To header field domain (e.g., varibale $td) can be used
-			(because this header field represents a user being registered),
+			requests To header field domain (e.g., variable $td) can be used
+			(because this header field represents the user being registered),
 			for all other messages From header field domain can be used
-			(e.g., varibale $fd).
+			(e.g., variable $fd).
 			</para>
 			<para>
 			The string may contain pseudo variables.




More information about the sr-dev mailing list