From c06ffdb59ddb6b7f7f334131316d6bbf9ac49048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 8 Oct 2008 16:15:14 +0000 Subject: [PATCH] use krb5_get_error_message git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23878 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/doxygen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/doxygen.c b/lib/krb5/doxygen.c index 6fdcd2dff..ceaceaa92 100644 --- a/lib/krb5/doxygen.c +++ b/lib/krb5/doxygen.c @@ -425,7 +425,7 @@ RCSID("$Id$"); * @subsection mit_krb5_error_code Error messages * * To get the error string, Heimdal uses - * krb5_get_error_string() or, if NULL is returned, + * krb5_get_error_message() or, if NULL is returned, * krb5_get_err_text(). This is to return custom error messages * (like ``Can't find host/datan.example.com\@CODE.COM in * /etc/krb5.conf.'' instead of a ``Key table entry not found'' that