diff options
author | Brad King <brad.king@kitware.com> | 2023-03-09 20:40:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-09 21:10:03 (GMT) |
commit | d4b21bcdd603f9816c94dfcf50dea2873e91e079 (patch) | |
tree | 25ec14b8429b3c436d1d00c628336a38b93f027c | |
parent | 6a84717d172d8c2a7e8fd3c14b264301cfc68d8b (diff) | |
download | CMake-d4b21bcdd603f9816c94dfcf50dea2873e91e079.zip CMake-d4b21bcdd603f9816c94dfcf50dea2873e91e079.tar.gz CMake-d4b21bcdd603f9816c94dfcf50dea2873e91e079.tar.bz2 |
cmRST: Fix typo in comment
-rw-r--r-- | Source/cmRST.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |