From 1a0d3ae4bcd7b0c43d7d199b4e4135c7fb519ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 8 Dec 2007 08:03:56 +0000 Subject: [PATCH] spelling. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22220 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/name.c b/lib/hx509/name.c index a3a85a188..61077ad0c 100644 --- a/lib/hx509/name.c +++ b/lib/hx509/name.c @@ -704,7 +704,7 @@ hx509_name_free(hx509_name *name) * Convert a DER encoded name info a string. * * @param data data to a DER/BER encoded name - * @param length length of data +? * @param length length of data * @param str the resulting string, is NULL on failure. * * @return An hx509 error code, see hx509_get_error_string().