Commit 5bdb4c13 authored by Steve Holme's avatar Steve Holme
Browse files

spnego: Corrected some typos in comments

Corrected typos from commit ad5e9bfd and 6d6f9ca1.
parent 0c331b89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
 * userp       [in]     - The user name in the format User or Domain\User.
 * passdwp     [in]     - The user's password.
 * service     [in]     - The service type such as www, smtp, pop or imap.
 * hostname    [in]     - The host name.
 * host        [in]     - The host name.
 * chlg64      [in]     - The optional base64 encoded challenge message.
 * nego        [in/out] - The Negotiate data struct being used and modified.
 *
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
 * userp       [in]     - The user name in the format User or Domain\User.
 * passdwp     [in]     - The user's password.
 * service     [in]     - The service type such as www, smtp, pop or imap.
 * hostname    [in]     - The host name.
 * host        [in]     - The host name.
 * chlg64      [in]     - The optional base64 encoded challenge message.
 * nego        [in/out] - The Negotiate data struct being used and modified.
 *