From: Rich Salz Date: Tue, 1 Jul 2014 17:02:57 +0000 (-0400) Subject: RT 1229; typo in comment "dont't"->"don't" X-Git-Tag: master-post-reformat~633 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df8ef5f31a523927bd82c395ceeea7b3c7955ea9;p=oweals%2Fopenssl.git RT 1229; typo in comment "dont't"->"don't" --- diff --git a/ssl/kssl.c b/ssl/kssl.c index fd7c67bb1f..e56dc6b8b7 100644 --- a/ssl/kssl.c +++ b/ssl/kssl.c @@ -2148,7 +2148,7 @@ krb5_error_code kssl_check_authent( /* Replaces krb5_build_principal_ext(), with varargs length == 2 (svc, host), -** because I dont't know how to stub varargs. +** because I don't know how to stub varargs. ** Returns krb5_error_code == ENOMEM on alloc error, otherwise ** passes back newly constructed principal, which should be freed by caller. */