From eb4e1e8d0186450ca27b9ab252cffbecea9d9310 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 11 Aug 2014 09:55:49 +0100 Subject: Fix typos in error strings --- src/gss_err.c | 4 ++-- 1 file 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 */ -- cgit