summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2014-08-11 09:55:49 +0100
committerDavid Woodhouse <David.Woodhouse@intel.com>2014-08-11 17:53:09 +0100
commiteb4e1e8d0186450ca27b9ab252cffbecea9d9310 (patch)
tree22a7005a437d0d42529c622179d75368fa7be20f
parentde076ee6d6aea04230059e9f4950c15a2a297a5c (diff)
downloadgss-ntlmssp-eb4e1e8d0186450ca27b9ab252cffbecea9d9310.tar.gz
gss-ntlmssp-eb4e1e8d0186450ca27b9ab252cffbecea9d9310.tar.xz
gss-ntlmssp-eb4e1e8d0186450ca27b9ab252cffbecea9d9310.zip
Fix typos in error strings
-rw-r--r--src/gss_err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gss_err.c b/src/gss_err.c
index 5b6c87f..2e92c57 100644
--- a/src/gss_err.c
+++ b/src/gss_err.c
@@ -35,11 +35,11 @@ static const char *err_strs[] = {
N_("Invalid or incomplete context"), /* ERR_BADCTX */
N_("Wrong context type"), /* ERR_WRONGCTX */
N_("Wrong message type"), /* ERR_WRONGMSG */
- N_("A required Negotiate flag was no provided"), /* ERR_REQNEGFLAG */
+ N_("A required Negotiate flag was not provided"), /* ERR_REQNEGFLAG */
N_("Failed to negotiate a common set of flags"), /* ERR_FAILNEGFLAGS */
N_("Invalid combinations of negotiate flags"), /* ERR_BADNEGFLAGS */
N_("Not a server credential type"), /* ERR_NOSRVCRED */
- N_("Not a user redential type"), /* ERR_NOUSRCRED */
+ N_("Not a user credential type"), /* ERR_NOUSRCRED */
N_("Invalid or unknown credential"), /* ERR_BADCRED */
N_("Empty or missing token"), /* ERR_NOTOKEN */
N_("Feature not supported"), /* ERR_NOTSUPPORTED */