This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=47c7c1b3f9e05743da3e30a8f9d34722e92ac223 The branch, master has been updated via 47c7c1b3f9e05743da3e30a8f9d34722e92ac223 (commit) from 078cf64351d81b0ec7fa54925788424dcf4b0845 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 47c7c1b3f9e05743da3e30a8f9d34722e92ac223 Author: Simon Josefsson <[email protected]> Date: Mon Mar 8 15:56:39 2010 +0100 Fix typo. ----------------------------------------------------------------------- Summary of changes: lib/src/error.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/error.c b/lib/src/error.c index d56869f..712899d 100644 --- a/lib/src/error.c +++ b/lib/src/error.c @@ -1,5 +1,5 @@ /* error.c --- Error handling functionality. - * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson + * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson * * This file is part of GNU SASL Library. * @@ -136,7 +136,7 @@ static struct { "due insufficient credentials or malicious interactions.")), ERR (GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR, N_("GSSAPI error in server while negotiating security context in " - "gss_init_sec_context() in SASL library. This is most likely due " + "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions.")), ERR (GSASL_GSSAPI_UNWRAP_ERROR, N_("GSSAPI error while decrypting or decoding data in gss_unwrap() in " hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
