summaryrefslogtreecommitdiff
path: root/src/util/util.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 14:16:40 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 14:16:40 +0100
commit5146d62b14e7d4c14da6fe5c891ce27232082cbd (patch)
treecb0be3ea4de27fc060ce255a22793b9c7860b463 /src/util/util.c
parent9c45958a55d25f87fa8848765cb924ddc604e91b (diff)
downloadexchange-5146d62b14e7d4c14da6fe5c891ce27232082cbd.tar.gz
exchange-5146d62b14e7d4c14da6fe5c891ce27232082cbd.tar.bz2
exchange-5146d62b14e7d4c14da6fe5c891ce27232082cbd.zip
doxygen
Diffstat (limited to 'src/util/util.c')
-rw-r--r--src/util/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util.c b/src/util/util.c
index 84f774d1c..fa0a71f6a 100644
--- a/src/util/util.c
+++ b/src/util/util.c
@@ -418,7 +418,7 @@ TALER_url_absolute_raw_va (const char *proto,
* @param host hostname for the URL
* @param prefix prefix for the URL
* @param path path for the URL
- * @param args NULL-terminated key-value pairs (char *) for query parameters,
+ * @param ... NULL-terminated key-value pairs (char *) for query parameters,
* the value will be url-encoded
* @returns the URL, must be freed with #GNUNET_free
*/