diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 21:41:39 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 21:41:39 -0700 |
commit | 06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch) | |
tree | 2b483acf3ec2da573992c20b766a480e22f4c45a /imap/src/osdep/nt/kerb_w2k.c | |
parent | 9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff) | |
download | alpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz |
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come
from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'imap/src/osdep/nt/kerb_w2k.c')
-rw-r--r-- | imap/src/osdep/nt/kerb_w2k.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/imap/src/osdep/nt/kerb_w2k.c b/imap/src/osdep/nt/kerb_w2k.c index 38d0ce30..e2a271b3 100644 --- a/imap/src/osdep/nt/kerb_w2k.c +++ b/imap/src/osdep/nt/kerb_w2k.c @@ -205,7 +205,7 @@ char *kerberos_login (char *user,char *authuser,int argc,char *argv[]); #define STRING WINSTRING /* conflict with mail.h */ #include <NTSecAPI.h> -/* GSSAPI build-in object identifiers */ +/* GSSAPI built-in object identifiers */ static gss_OID_desc oids[] = { /* stupid C language makes this necessary */ {10,"\052\206\110\206\367\022\001\002\001\004"}, @@ -230,7 +230,7 @@ static gss_cred_id_t gss_default_cred = NIL; /* GSSAPI import name (convert to full service principal name) * Accepts: pointer to return minor status - * buffer containining input name + * buffer containing input name * type of input name * pointer to return output internal name * Returns: major status, always |