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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/magi/urlenc.h b/include/magi/urlenc.h
index 1b629f9..16310f2 100644
--- a/include/magi/urlenc.h
+++ b/include/magi/urlenc.h
@@ -7,7 +7,7 @@
* will be.
*
* RFC 3986 describes URL-encoding. Briefly it is changing every space into
- * plus sign and every not alpha-numerical and not @c "~-._" character into
+ * plus sign and every not alpha-numerical and not "~-._" character into
* percent sign followed by hexadecimal representation of given character.
*/