summaryrefslogtreecommitdiff
path: root/utils/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/file.c')
-rw-r--r--utils/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/file.c b/utils/file.c
index f4010b44c..83d29931a 100644
--- a/utils/file.c
+++ b/utils/file.c
@@ -45,7 +45,7 @@
* @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] nelm The number of elements.
* @param[in] ... The elements of the path as string pointers.
* @return NSERROR_OK and the complete path is written to str
* or error code on faliure.
@@ -100,7 +100,7 @@ static nserror posix_basename(const char *path, char **str, size_t *size)
/**
* Create a path from a nsurl using posix 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