aboutsummaryrefslogtreecommitdiff
path: root/include/magi/urlenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/magi/urlenc.h')
-rw-r--r--include/magi/urlenc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/magi/urlenc.h b/include/magi/urlenc.h
index 16310f2..d3f2ae6 100644
--- a/include/magi/urlenc.h
+++ b/include/magi/urlenc.h
@@ -6,8 +6,8 @@
* encoding itself and magi_urlenc_size to find what the size of code
* will be.
*
- * RFC 3986 describes URL-encoding. Briefly it is changing every space into
- * plus sign and every not alpha-numerical and not "~-._" character into
+ * RFC 3986 describes URL-encoding. Briefly it is replacement of every space
+ * into plus sign and every not alpha-numerical and not "~-._" character into
* percent sign followed by hexadecimal representation of given character.
*/