summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-13 20:37:34 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-13 20:37:34 -0400
commit6f2fb1e37e0eb39c3b26d233fd89e56c6560daf9 (patch)
tree6ef742413f0246148ff38f09e7050b35cd6557a3 /gst
parentbd9ea8d18f30bb70df61e172c8a38001232ba0c2 (diff)
doc: Fix GstUri doc typos
* Use &perctn; instead of reserved character % * NULL take two L
Diffstat (limited to 'gst')
-rw-r--r--gst/gsturi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gsturi.c b/gst/gsturi.c
index fd905cb26..b13dbca62 100644
--- a/gst/gsturi.c
+++ b/gst/gsturi.c
@@ -1441,7 +1441,7 @@ _gst_uri_string_to_table (const gchar * str, const gchar * part_sep,
* elements.
* @query: (nullable): The query string for the new URI with '&' separating
* query elements. Elements containing '&' characters
- * should encode them as "%26".
+ * should encode them as "&percnt;26".
* @fragment: (nullable): The fragment name for the new URI.
*
* Creates a new #GstUri object with the given URI parts. The path and query
@@ -1483,7 +1483,7 @@ gst_uri_new (const gchar * scheme, const gchar * userinfo, const gchar * host,
* elements.
* @query: (nullable): The query string for the new URI with '&' separating
* query elements. Elements containing '&' characters
- * should encode them as "%26".
+ * should encode them as "&percnt;26".
* @fragment: (nullable): The fragment name for the new URI.
*
* Like gst_uri_new(), but joins the new URI onto a base URI.
@@ -1946,7 +1946,7 @@ gst_uri_make_writable (GstUri * uri)
*
* Convert the URI to a string.
*
- * Returns the URI as held in this object as a gchar* %NUL terminated string.
+ * Returns the URI as held in this object as a gchar* %NULL terminated string.
* The caller should g_free() the string once they are finished with it.
* The string is put together as described in RFC 3986.
*