Fix typos

This commit is contained in:
Dimitris Apostolou 2022-01-04 09:46:30 +02:00 committed by John MacFarlane
parent 2dca096d8e
commit 72549a214a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.TH "cmark" "1" "Feburary 11, 2020" "LOCAL" "General Commands Manual" .TH "cmark" "1" "February 11, 2020" "LOCAL" "General Commands Manual"
.SH "NAME" .SH "NAME"
\fBcmark\fR \fBcmark\fR
\- convert CommonMark formatted text to HTML \- convert CommonMark formatted text to HTML

View File

@ -151,7 +151,7 @@ if(CMARK_SHARED OR CMARK_STATIC)
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
) )
# Include module for fuctions # Include module for functions
# - 'write_basic_package_version_file' # - 'write_basic_package_version_file'
# - 'configure_package_config_file' # - 'configure_package_config_file'
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)

View File

@ -4533,7 +4533,7 @@ inside the code block:
Note that rules #1 and #2 only apply to two cases: (a) cases Note that rules #1 and #2 only apply to two cases: (a) cases
in which the lines to be included in a list item begin with a in which the lines to be included in a list item begin with a
characer other than a space or tab, and (b) cases in which character other than a space or tab, and (b) cases in which
they begin with an indented code they begin with an indented code
block. In a case like the following, where the first block begins with block. In a case like the following, where the first block begins with
three spaces of indentation, the rules do not allow us to form a list item by three spaces of indentation, the rules do not allow us to form a list item by