commit 8b6ec979ff26f36062f4cad07cce0c11a4583c6b
Author: Thibaut Cuvelier <[email protected]>
Date: Mon Dec 26 02:44:29 2022 +0100
Fix a typo in a comment.
---
src/Paragraph.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp
index e2338ba..6baac81 100644
--- a/src/Paragraph.cpp
+++ b/src/Paragraph.cpp
@@ -3589,7 +3589,7 @@ std::tuple<std::vector<docstring>,
std::vector<docstring>, std::vector<docstring
// Output one paragraph (i.e. one string entry in
generatedParagraphs).
generatedParagraphs.push_back(os.str());
- // Create a new XMLStream for the new paragraph,
completely independent from the previous one. This implies
+ // Create a new XMLStream for the new paragraph,
completely independent of the previous one. This implies
// that the string stream must be reset.
os.str(from_ascii(""));
delete xs;
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs