From d4b21bcdd603f9816c94dfcf50dea2873e91e079 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 9 Mar 2023 15:40:51 -0500 Subject: cmRST: Fix typo in comment --- Source/cmRST.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmRST.cxx b/Source/cmRST.cxx index feb90ce..d4bc7f4 100644 --- a/Source/cmRST.cxx +++ b/Source/cmRST.cxx @@ -211,7 +211,7 @@ void cmRST::ProcessLine(std::string const& line) this->NormalLine(line); } } - // An explicit markup start followed nothing but whitespace and a + // An explicit markup start followed by nothing but whitespace and a // blank line does not consume any indented text following. else if (this->MarkupType == Markup::Empty && line.empty()) { this->NormalLine(line); -- cgit v0.12