Module: sip-router
Branch: master
Commit: 7a5f0fa88564b8ccc3d710773ff5ac8a3f49cdd4
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7a5f0fa…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sun Oct 24 23:03:45 2010 +0200
auth: fixe typo in docs
---
modules/auth/README | 12 ++++++------
modules/auth/doc/functions.xml | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/modules/auth/README b/modules/auth/README
index 433422c..025a044 100644
--- a/modules/auth/README
+++ b/modules/auth/README
@@ -15,7 +15,7 @@ Daniel-Constantin Mierla
asipto.com
<miconda(a)gmail.com>
- Copyright � 2002, 2003 FhG FOKUS
+ Copyright © 2002, 2003 FhG FOKUS
__________________________________________________________________
1.1. Overview
@@ -528,10 +528,10 @@ if (www_authenticate("realm", "subscriber)) {
* realm - Realm is a opaque string that the user agent should present
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).
+ It must not be empty string “”. In case of REGISTER 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., 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
@@ -590,7 +590,7 @@ if (!proxy_authenticate("$fd", "subscriber)) {
* realm - Realm is a opaque string that the user agent should present
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
+ 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).
diff --git a/modules/auth/doc/functions.xml b/modules/auth/doc/functions.xml
index c293822..45eceb6 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.