]> git.lyx.org Git - features.git/commitdiff
Fix a typo in a comment.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 26 Dec 2022 01:44:29 +0000 (02:44 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 26 Dec 2022 19:57:24 +0000 (20:57 +0100)
src/Paragraph.cpp

index e2338ba6a1f4972525a5d0b634d0bd9de6719283..6baac8132525d911684f47f95d905c32aebf7902 100644 (file)
@@ -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;