summaryrefslogtreecommitdiff
path: root/src/houdini_href_e.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/houdini_href_e.c')
-rw-r--r--src/houdini_href_e.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/houdini_href_e.c b/src/houdini_href_e.c
index 9152803..bfa9704 100644
--- a/src/houdini_href_e.c
+++ b/src/houdini_href_e.c
@@ -15,7 +15,7 @@
* - The characters which are *not* safe to be in
* an URL because they are RESERVED characters.
*
- * We asume (lazily) that any RESERVED char that
+ * We assume (lazily) that any RESERVED char that
* appears inside an URL is actually meant to
* have its native function (i.e. as an URL
* component/separator) and hence needs no escaping.