summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-29 11:07:17 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-01-29 11:07:17 +0000
commit2af731f8bfd483d5b6a27eab00aa603dec757011 (patch)
tree423b3e046a7f13f736f1538edf694f35b46a6ebf /src/etc
parent1fde544ff653016c505580017f6f9541cf842198 (diff)
downloadpfsense-2af731f8bfd483d5b6a27eab00aa603dec757011.zip
pfsense-2af731f8bfd483d5b6a27eab00aa603dec757011.tar.gz
Minor cleanup
1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/sasl.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/sasl.inc b/src/etc/inc/sasl.inc
index f6a8d0b..a9582da 100644
--- a/src/etc/inc/sasl.inc
+++ b/src/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
OpenPOWER on IntegriCloud