diff options
author | Phil Davis <phil.davis@inf.org> | 2015-03-03 00:11:10 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-03-03 00:11:10 +0545 |
commit | 61e047a50339da4a0b6a9202f163950573e8a578 (patch) | |
tree | 138a33434240f27f42e88483ed66cd1743cadf2a /etc/inc/sasl.inc | |
parent | 8f5f40c9fca0bfb637589b4c86e53bfb80753c87 (diff) | |
download | pfsense-61e047a50339da4a0b6a9202f163950573e8a578.zip pfsense-61e047a50339da4a0b6a9202f163950573e8a578.tar.gz |
Code style etc in r s
Diffstat (limited to 'etc/inc/sasl.inc')
-rw-r--r-- | etc/inc/sasl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/sasl.inc b/etc/inc/sasl.inc index f6a8d0b..a9582da 100644 --- a/etc/inc/sasl.inc +++ b/etc/inc/sasl.inc @@ -178,7 +178,7 @@ class sasl_client_class <purpose>Retrieve the values of one or more credentials to be used by the authentication mechanism classes.</purpose> <usage>This is meant to be used by authentication mechanism driver - classes to retrieve the credentials that may be neede.</usage> + classes to retrieve the credentials that may be needed.</usage> <returnvalue>The function may return <tt>SASL_CONTINUE</tt> if it succeeded, or <tt>SASL_NOMECH</tt> if it was not possible to retrieve one of the requested credentials.</returnvalue> @@ -359,7 +359,7 @@ class sasl_client_class <type>INTEGER</type> <documentation> <purpose>Process the authentication steps after the initial step, - until the authetication iteration dialog is complete.</purpose> + until the authentication iteration dialog is complete.</purpose> <usage>Call this function iteratively after a successful initial step calling the <functionlink>Start</functionlink> function.</usage> <returnvalue>The function returns <tt>SASL_CONTINUE</tt> if step was |