From 72549a214ad30d7ee5c282e1c5ac23e540b53c31 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 4 Jan 2022 09:46:30 +0200 Subject: [PATCH] Fix typos --- man/man1/cmark.1 | 2 +- src/CMakeLists.txt | 2 +- test/spec.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man1/cmark.1 b/man/man1/cmark.1 index 0771400..00b9251 100644 --- a/man/man1/cmark.1 +++ b/man/man1/cmark.1 @@ -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" \fBcmark\fR \- convert CommonMark formatted text to HTML diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e3d58e9..172d083 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -151,7 +151,7 @@ if(CMARK_SHARED OR CMARK_STATIC) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} ) - # Include module for fuctions + # Include module for functions # - 'write_basic_package_version_file' # - 'configure_package_config_file' include(CMakePackageConfigHelpers) diff --git a/test/spec.txt b/test/spec.txt index e6f3137..2d79f7b 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -4533,7 +4533,7 @@ inside the code block: 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 -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 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