diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-08 10:05:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 10:05:20 -0700 |
commit | f182ed34e1ffa9eddb5c3f9c2eaf5c21f59c6129 (patch) | |
tree | 89556c956d14ead1dc87aaa913b7cdca7fe42c22 /src | |
parent | 599a160cc5934f7275d30175043dca68df261a93 (diff) | |
parent | 1c08c7490db79997e0390c0c3a6d48c700ebe2bf (diff) |
Merge pull request #272 from felixonmars/patch-2
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. |