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=f28b6e563d7f1dcbbc0c625307b2dfe9d405384b The branch, gsasl_1_4_x has been updated via f28b6e563d7f1dcbbc0c625307b2dfe9d405384b (commit) from 7bec63b33303b959cd9c61bfecaed1986f44066d (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 f28b6e563d7f1dcbbc0c625307b2dfe9d405384b 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
