Skip to content

Commit f182ed3

Browse files
authored
Merge pull request commonmark#272 from felixonmars/patch-2
Fix a typo in houdini_href_e.c
2 parents 599a160 + 1c08c74 commit f182ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/houdini_href_e.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* - The characters which are *not* safe to be in
1616
* an URL because they are RESERVED characters.
1717
*
18-
* We asume (lazily) that any RESERVED char that
18+
* We assume (lazily) that any RESERVED char that
1919
* appears inside an URL is actually meant to
2020
* have its native function (i.e. as an URL
2121
* component/separator) and hence needs no escaping.

0 commit comments

Comments
 (0)