Commit ab422e83ff7774240c2ebec5ada8250cbf4266a2

Martin Mitas 2021-07-15T19:12:49

md4c-html.h: Fix typo in a comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/md4c-html.h b/src/md4c-html.h
index 1042d29..23d3f73 100644
--- a/src/md4c-html.h
+++ b/src/md4c-html.h
@@ -49,7 +49,7 @@
  * Callback process_output() gets called with chunks of HTML output.
  * (Typical implementation may just output the bytes to a file or append to
  * some buffer).
- * Param userdata is just propgated back to process_output() callback.
+ * Param userdata is just propagated back to process_output() callback.
  * Param parser_flags are flags from md4c.h propagated to md_parse().
  * Param render_flags is bitmask of MD_HTML_FLAG_xxxx.
  *