From 8848f754e07264a8b358c34048d84139660291d1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 2 Jul 2014 16:39:08 +0100 Subject: documentation fixes and cleanups --- amiga/misc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'amiga') diff --git a/amiga/misc.c b/amiga/misc.c index 67240006d..7d126c906 100755 --- a/amiga/misc.c +++ b/amiga/misc.c @@ -112,7 +112,7 @@ void die(const char *error) /** * Create a path from a nsurl using amiga file handling. * - * @parm[in] url The url to encode. + * @param[in] url The url to encode. * @param[out] path_out A string containing the result path which should * be freed by the caller. * @return NSERROR_OK and the path is written to \a path or error code @@ -254,8 +254,8 @@ char *translate_escape_chars(const char *s) * @param[in,out] size The size of the space available if \a str not * NULL on input and if not NULL set to the total * output length on output. - * @param[in] nemb The number of elements. - * @param[in] ... The elements of the path as string pointers. + * @param[in] nelm The number of elements. + * @param[in] ap The elements of the path as string pointers. * @return NSERROR_OK and the complete path is written to str * or error code on faliure. */ -- cgit v1.2.3