summaryrefslogtreecommitdiff
path: root/utils/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/file.h')
-rw-r--r--utils/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/file.h b/utils/file.h
index dbbab300e..5ee13b5aa 100644
--- a/utils/file.h
+++ b/utils/file.h
@@ -133,7 +133,7 @@ struct gui_file_table *default_file_table;
* @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.
@@ -143,7 +143,7 @@ nserror netsurf_mkpath(char **str, size_t *size, size_t nelm, ...);
/**
* Create a path from a nsurl.
*
- * @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 must be
* freed by the caller.
* @return NSERROR_OK and the path is written to \a path_out or error code on