summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-02 16:39:08 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-02 16:39:08 +0100
commit8848f754e07264a8b358c34048d84139660291d1 (patch)
tree4a7331647120f9442a288cbf8a7e66c2256a27ee /utils
parent29e29cccd772c7be1b5cc878313287307ed7490f (diff)
downloadnetsurf-8848f754e07264a8b358c34048d84139660291d1.tar.gz
netsurf-8848f754e07264a8b358c34048d84139660291d1.tar.bz2
documentation fixes and cleanups
Diffstat (limited to 'utils')
-rw-r--r--utils/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/file.h b/utils/file.h
index 7baf2f019..dbbab300e 100644
--- a/utils/file.h
+++ b/utils/file.h
@@ -86,7 +86,7 @@ struct gui_file_table {
/**
* Create a path from a nsurl.
*
- * @parm[in] url The url to encode.
+ * @param[in] url The url to encode.
* @param[out] path A string containing the result path which
* must be freed by the caller.
* @return NSERROR_OK and the path is written to \a path