cmark

My personal build of CMark ✏️

Commit
f182ed34e1ffa9eddb5c3f9c2eaf5c21f59c6129
Parent
599a160cc5934f7275d30175043dca68df261a93
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #272 from felixonmars/patch-2

Fix a typo in houdini_href_e.c

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified src/houdini_href_e.c 2 1 1
diff --git 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.