diff options
author | Felix Yan <felixonmars@archlinux.org> | 2018-10-08 14:39:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 14:39:21 +0800 |
commit | 1c08c7490db79997e0390c0c3a6d48c700ebe2bf (patch) | |
tree | 89556c956d14ead1dc87aaa913b7cdca7fe42c22 /src | |
parent | 599a160cc5934f7275d30175043dca68df261a93 (diff) |
Fix a typo in houdini_href_e.c
Diffstat (limited to 'src')
-rw-r--r-- | src/houdini_href_e.c | 2 |
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. |